-
Notifications
You must be signed in to change notification settings - Fork 0
/
.luarc.json
43 lines (43 loc) · 2.33 KB
/
.luarc.json
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
41
42
43
{
"workspace.library": [
"/Users/henry/.config/nvim",
"/Users/henry/.local/share/nvim/lazy/lazy.nvim",
"/Users/henry/.local/share/nvim/lazy/cmp-nvim-lsp",
"/Users/henry/.local/share/nvim/lazy/nvim-lspconfig",
"/Users/henry/.local/share/nvim/lazy/lualine.nvim",
"/Users/henry/.local/share/nvim/lazy/nvim-treesitter",
"/Users/henry/.local/share/nvim/lazy/nvim-ts-autotag",
"/Users/henry/.local/share/nvim/lazy/alabaster.nvim",
"/Users/henry/.local/share/nvim/lazy/vim-ruby",
"/Users/henry/.local/share/nvim/lazy/vim-rails",
"/Users/henry/.local/share/nvim/lazy/vim-vinegar",
"/Users/henry/.local/share/nvim/lazy/nvim-autopairs",
"/Users/henry/.local/share/nvim/lazy/nvim-cmp",
"/Users/henry/.local/share/nvim/lazy/vim-surround",
"/Users/henry/.local/share/nvim/lazy/vim-endwise",
"/Users/henry/.local/share/nvim/lazy/vim-rsi",
"/Users/henry/.local/share/nvim/lazy/vim-dispatch",
"/Users/henry/.local/share/nvim/lazy/cmp-nvim-lsp-signature-help",
"/Users/henry/.local/share/nvim/lazy/vim-lion",
"/Users/henry/.local/share/nvim/lazy/vim-fugitive",
"/Users/henry/.local/share/nvim/lazy/ultisnips",
"/Users/henry/.local/share/nvim/lazy/cmp-buffer",
"/Users/henry/.local/share/nvim/lazy/vim-commentary",
"/Users/henry/.local/share/nvim/lazy/cmp-cmdline",
"/Users/henry/.local/share/nvim/lazy/cmp-path",
"/Users/henry/.local/share/nvim/lazy/cmp-nvim-ultisnips",
"/opt/homebrew/Cellar/neovim/0.9.1/share/nvim/runtime",
"/opt/homebrew/Cellar/neovim/0.9.1/lib/nvim",
"/Users/henry/.local/state/nvim/lazy/readme",
"/Users/henry/.local/share/nvim/lazy/cmp-nvim-lsp/after",
"/Users/henry/.local/share/nvim/lazy/alabaster.nvim/after",
"/Users/henry/.local/share/nvim/lazy/vim-rails/after",
"/Users/henry/.local/share/nvim/lazy/cmp-nvim-lsp-signature-help/after",
"/Users/henry/.local/share/nvim/lazy/ultisnips/after",
"/Users/henry/.local/share/nvim/lazy/cmp-buffer/after",
"/Users/henry/.local/share/nvim/lazy/cmp-cmdline/after",
"/Users/henry/.local/share/nvim/lazy/cmp-path/after",
"/Users/henry/.local/share/nvim/lazy/cmp-nvim-ultisnips/after",
"${3rd}/luassert/library"
]
}