chore: move luarc.json
This commit is contained in:
parent
cc390f17eb
commit
526d67e144
6
.luarc.json
Normal file
6
.luarc.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
||||
"runtime.version": "LuaJIT",
|
||||
"hint.enable": false,
|
||||
"workspace.library": ["/home/fey/.config/nvim"]
|
||||
}
|
||||
@ -1,21 +0,0 @@
|
||||
{
|
||||
"workspace.library": [
|
||||
"/home/fey/.local/share/nvim/site/pack/packer/start/neodev.nvim/types/stable",
|
||||
"/nix/store/ax8sn0k1ranydy6f6w21lcvszipc117z-neovim-unwrapped-0.9.1/share/nvim/runtime/lua",
|
||||
"/home/fey/.local/share/nvim/site/pack/packer/opt/nvim-cmp/lua",
|
||||
"/home/fey/.local/share/nvim/site/pack/packer/opt/nvim-lspconfig/lua",
|
||||
"/home/fey/.local/share/nvim/site/pack/packer/start/LuaSnip/lua",
|
||||
"/home/fey/.local/share/nvim/site/pack/packer/start/cmp-buffer/lua",
|
||||
"/home/fey/.local/share/nvim/site/pack/packer/start/cmp-cmdline/lua",
|
||||
"/home/fey/.local/share/nvim/site/pack/packer/start/cmp-nvim-lsp/lua",
|
||||
"/home/fey/.local/share/nvim/site/pack/packer/start/cmp-path/lua",
|
||||
"/home/fey/.local/share/nvim/site/pack/packer/start/cmp_luasnip/lua",
|
||||
"/home/fey/.local/share/nvim/site/pack/packer/start/neodev.nvim/lua",
|
||||
"/home/fey/.local/share/nvim/site/pack/packer/start/nvim-cmp/lua",
|
||||
"/home/fey/.local/share/nvim/site/pack/packer/start/nvim-lspconfig/lua",
|
||||
"/home/fey/.local/share/nvim/site/pack/packer/start/packer.nvim/lua",
|
||||
"/home/fey/.local/share/nvim/site/pack/packer/start/rose-pine/lua",
|
||||
"/home/fey/.config/nvim/lua",
|
||||
"${3rd}/luv/library"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user