summaryrefslogtreecommitdiff
path: root/lua/.luarc.json
blob: 0e0f845e707ece2f37072c73ae329f00dd9e3161 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
    "workspace.library": [
        "/home/rayhammer/.config/nvim",
        "/home/rayhammer/.local/share/nvim/plugged/nvim-lspconfig",
        "/home/rayhammer/.local/share/nvim/plugged/mason.nvim",
        "/home/rayhammer/.local/share/nvim/plugged/mason-lspconfig.nvim",
        "/home/rayhammer/.local/share/nvim/plugged/nvim-cmp",
        "/home/rayhammer/.local/share/nvim/plugged/cmp-nvim-lsp",
        "/home/rayhammer/.local/share/nvim/plugged/cmp-buffer",
        "/home/rayhammer/.local/share/nvim/plugged/cmp-path",
        "/home/rayhammer/.local/share/nvim/plugged/cmp-nvim-lua",
        "/home/rayhammer/.local/share/nvim/plugged/cmp-vsnip",
        "/home/rayhammer/.local/share/nvim/plugged/vim-vsnip",
        "/home/rayhammer/.local/share/nvim/plugged/neoformat",
        "/home/rayhammer/.local/share/nvim/plugged/formatter.nvim",
        "/home/rayhammer/.local/share/nvim/plugged/vim-be-good",
        "/home/rayhammer/.local/share/nvim/plugged/vim-moonfly-colors",
        "/home/rayhammer/.local/share/nvim/plugged/plenary.nvim",
        "/home/rayhammer/.local/share/nvim/plugged/nui.nvim",
        "/home/rayhammer/.local/share/nvim/plugged/neo-tree.nvim",
        "/home/rayhammer/.local/share/nvim/plugged/nnn.vim",
        "/home/rayhammer/.local/share/nvim/plugged/vim-fugitive",
        "/home/rayhammer/.local/share/nvim/plugged/vim-gitgutter",
        "/home/rayhammer/.local/share/nvim/plugged/ale",
        "/home/rayhammer/.local/share/nvim/plugged/vim-godot",
        "/home/rayhammer/.local/share/nvim/plugged/omnisharp-vim",
        "/etc/xdg/nvim",
        "/home/rayhammer/.local/share/nvim/site",
        "/usr/share/nvim/runtime",
        "/usr/lib/nvim",
        "/home/rayhammer/.local/share/nvim/plugged/cmp-nvim-lsp/after",
        "/home/rayhammer/.local/share/nvim/plugged/cmp-buffer/after",
        "/home/rayhammer/.local/share/nvim/plugged/cmp-path/after",
        "/home/rayhammer/.local/share/nvim/plugged/cmp-nvim-lua/after",
        "/home/rayhammer/.local/share/nvim/plugged/cmp-vsnip/after",
        "/home/rayhammer/.local/share/nvim/plugged/vim-moonfly-colors/after",
        "/usr/share/vim/vimfiles",
        "${3rd}/luassert/library"
    ]
}