diff options
Diffstat (limited to 'lua')
-rw-r--r-- | lua/.luarc.json | 40 | ||||
-rw-r--r-- | lua/init.lua | 2 |
2 files changed, 1 insertions, 41 deletions
diff --git a/lua/.luarc.json b/lua/.luarc.json deleted file mode 100644 index 0e0f845..0000000 --- a/lua/.luarc.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "workspace.library": [ - "/home/rayhammer/.config/nvim", - "/home/rayhammer/.local/share/nvim/plugged/nvim-lspconfig", - "/home/rayhammer/.local/share/nvim/plugged/mason.nvim", - "/home/rayhammer/.local/share/nvim/plugged/mason-lspconfig.nvim", - "/home/rayhammer/.local/share/nvim/plugged/nvim-cmp", - "/home/rayhammer/.local/share/nvim/plugged/cmp-nvim-lsp", - "/home/rayhammer/.local/share/nvim/plugged/cmp-buffer", - "/home/rayhammer/.local/share/nvim/plugged/cmp-path", - "/home/rayhammer/.local/share/nvim/plugged/cmp-nvim-lua", - "/home/rayhammer/.local/share/nvim/plugged/cmp-vsnip", - "/home/rayhammer/.local/share/nvim/plugged/vim-vsnip", - "/home/rayhammer/.local/share/nvim/plugged/neoformat", - "/home/rayhammer/.local/share/nvim/plugged/formatter.nvim", - "/home/rayhammer/.local/share/nvim/plugged/vim-be-good", - "/home/rayhammer/.local/share/nvim/plugged/vim-moonfly-colors", - "/home/rayhammer/.local/share/nvim/plugged/plenary.nvim", - "/home/rayhammer/.local/share/nvim/plugged/nui.nvim", - "/home/rayhammer/.local/share/nvim/plugged/neo-tree.nvim", - "/home/rayhammer/.local/share/nvim/plugged/nnn.vim", - "/home/rayhammer/.local/share/nvim/plugged/vim-fugitive", - "/home/rayhammer/.local/share/nvim/plugged/vim-gitgutter", - "/home/rayhammer/.local/share/nvim/plugged/ale", - "/home/rayhammer/.local/share/nvim/plugged/vim-godot", - "/home/rayhammer/.local/share/nvim/plugged/omnisharp-vim", - "/etc/xdg/nvim", - "/home/rayhammer/.local/share/nvim/site", - "/usr/share/nvim/runtime", - "/usr/lib/nvim", - "/home/rayhammer/.local/share/nvim/plugged/cmp-nvim-lsp/after", - "/home/rayhammer/.local/share/nvim/plugged/cmp-buffer/after", - "/home/rayhammer/.local/share/nvim/plugged/cmp-path/after", - "/home/rayhammer/.local/share/nvim/plugged/cmp-nvim-lua/after", - "/home/rayhammer/.local/share/nvim/plugged/cmp-vsnip/after", - "/home/rayhammer/.local/share/nvim/plugged/vim-moonfly-colors/after", - "/usr/share/vim/vimfiles", - "${3rd}/luassert/library" - ] -}
\ No newline at end of file diff --git a/lua/init.lua b/lua/init.lua index 604fd4d..27f32f1 100644 --- a/lua/init.lua +++ b/lua/init.lua @@ -108,7 +108,7 @@ local configs_custom = { }, workspace = { -- Make the server aware of Neovim runtime files - library = vim.api.nvim_get_runtime_file("", true), + -- library = vim.api.nvim_get_runtime_file("", true), }, }, } |