diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..f83c376 --- /dev/null +++ b/.luarc.json @@ -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"] +} diff --git a/lua/.luarc.json b/lua/.luarc.json deleted file mode 100644 index 8cbb39b..0000000 --- a/lua/.luarc.json +++ /dev/null @@ -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" - ] -} \ No newline at end of file