chore: move luarc.json

This commit is contained in:
Fey Naomi Schrewe 2024-09-08 11:05:25 +02:00
parent cc390f17eb
commit 526d67e144
2 changed files with 6 additions and 21 deletions

6
.luarc.json Normal file
View 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"]
}

View File

@ -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"
]
}