-
Notifications
You must be signed in to change notification settings - Fork 0
/
.luarc.json
62 lines (62 loc) · 3.43 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.diagnostics.globals": [
"require"
],
"workspace.library": [
"/home/goose/.config/nvim",
"/home/goose/.local/share/nvim/plugged/everforest",
"/home/goose/.local/share/nvim/plugged/leap.nvim",
"/home/goose/.local/share/nvim/plugged/lualine.nvim",
"/home/goose/.local/share/nvim/plugged/nvim-web-devicons",
"/home/goose/.local/share/nvim/plugged/mason.nvim",
"/home/goose/.local/share/nvim/plugged/mason-lspconfig.nvim",
"/home/goose/.local/share/nvim/plugged/nvim-lspconfig",
"/home/goose/.local/share/nvim/plugged/null-ls.nvim",
"/home/goose/.local/share/nvim/plugged/nvim-lsp-ts-utils",
"/home/goose/.local/share/nvim/plugged/vimtex",
"/home/goose/.local/share/nvim/plugged/nvim-cmp",
"/home/goose/.local/share/nvim/plugged/cmp-nvim-lsp",
"/home/goose/.local/share/nvim/plugged/cmp-vsnip",
"/home/goose/.local/share/nvim/plugged/vim-vsnip",
"/home/goose/.local/share/nvim/plugged/cmp-path",
"/home/goose/.local/share/nvim/plugged/cmp-buffer",
"/home/goose/.local/share/nvim/plugged/rust-tools.nvim",
"/home/goose/.local/share/nvim/plugged/clangd_extensions.nvim",
"/home/goose/.local/share/nvim/plugged/nvim-metals",
"/home/goose/.local/share/nvim/plugged/rest.nvim",
"/home/goose/.local/share/nvim/plugged/vim-dadbod",
"/home/goose/.local/share/nvim/plugged/vim-dadbod-ui",
"/home/goose/.local/share/nvim/plugged/nvim-treesitter",
"/home/goose/.local/share/nvim/plugged/popup.nvim",
"/home/goose/.local/share/nvim/plugged/plenary.nvim",
"/home/goose/.local/share/nvim/plugged/telescope.nvim",
"/home/goose/.local/share/nvim/plugged/telescope-media-files.nvim",
"/home/goose/.local/share/nvim/plugged/vim-floaterm",
"/home/goose/.local/share/nvim/plugged/nerdtree",
"/home/goose/.local/share/nvim/plugged/nvim-autopairs",
"/home/goose/.local/share/nvim/plugged/vim-rooter",
"/home/goose/.local/share/nvim/plugged/vim-gitgutter",
"/home/goose/.local/share/nvim/plugged/vim-surround",
"/home/goose/.local/share/nvim/plugged/vim-visual-multi",
"/home/goose/.local/share/nvim/plugged/Comment.nvim",
"/home/goose/.local/share/nvim/plugged/vim-wakatime",
"/home/goose/.local/share/nvim/plugged/neogen",
"/home/goose/.local/share/nvim/plugged/copilot.vim",
"/home/goose/.local/share/nvim/plugged/telekasten.nvim",
"/home/goose/.local/share/nvim/plugged/markdown-preview.nvim",
"/etc/xdg/nvim",
"/home/goose/.local/share/nvim/site",
"/nix/store/mmp203bf0m9cz39di4pj1xq456ffjwbf-neovim-unwrapped-0.9.1/share/nvim/runtime",
"/nix/store/mmp203bf0m9cz39di4pj1xq456ffjwbf-neovim-unwrapped-0.9.1/lib/nvim",
"/home/goose/.local/share/nvim/plugged/everforest/after",
"/home/goose/.local/share/nvim/plugged/vimtex/after",
"/home/goose/.local/share/nvim/plugged/cmp-nvim-lsp/after",
"/home/goose/.local/share/nvim/plugged/cmp-vsnip/after",
"/home/goose/.local/share/nvim/plugged/cmp-path/after",
"/home/goose/.local/share/nvim/plugged/cmp-buffer/after",
"/home/goose/.local/share/nvim/plugged/rest.nvim/after",
"/usr/share/vim/vimfiles",
"${3rd}/luassert/library"
]
}