diff options
author | RayHammer <mail@rayhammer.dev> | 2023-05-12 19:46:04 +0200 |
---|---|---|
committer | RayHammer <mail@rayhammer.dev> | 2023-05-12 19:46:04 +0200 |
commit | 9d199e4c402babb605e8daaa49faec6763252894 (patch) | |
tree | d6f6a0b9a2855bf62d15b30e3ada7fb0ee4b9985 /lua | |
parent | 163065fc7e7faea384f72b7f62f59541f3f28257 (diff) |
Removed untracked files
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), }, }, } |