diff options
Diffstat (limited to 'lua/config')
| -rw-r--r-- | lua/config/lsp.lua | 2 | ||||
| -rw-r--r-- | lua/config/nvim-tree.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index a3c5595..7c6fb79 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -234,7 +234,7 @@ if utils.executable("lua-language-server") then -- see also https://github.com/LuaLS/lua-language-server/wiki/Libraries#link-to-workspace . -- Lua-dev.nvim also has similar settings for lua ls, https://github.com/folke/neodev.nvim/blob/main/lua/neodev/luals.lua . library = { - fn.stdpath("data") .. "/site/pack/packer/opt/emmylua-nvim", + fn.stdpath("data") .. "/lazy/emmylua-nvim", fn.stdpath("config"), }, maxPreload = 2000, diff --git a/lua/config/nvim-tree.lua b/lua/config/nvim-tree.lua index 83e93c1..8dd4985 100644 --- a/lua/config/nvim-tree.lua +++ b/lua/config/nvim-tree.lua @@ -79,7 +79,7 @@ nvim_tree.setup { enable = true, chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890", exclude = { - filetype = { "notify", "packer", "qf", "diff", "fugitive", "fugitiveblame" }, + filetype = { "notify", "qf", "diff", "fugitive", "fugitiveblame" }, buftype = { "nofile", "terminal", "help" }, }, }, |
