why does it hide the imports?
peteblank opened this issue · 1 comments
peteblank commented
So i like this don't get me wrong but I can't use it if its going to start hiding imports and/or deleting them.
ecosse3 commented
This is a nvim-ufo
plugin. You can remove it.
First remove it from plugins.lua
:
Lines 418 to 426 in 69747da
Then in lsp/setup.lua
(in require too):
Lines 137 to 140 in 69747da
And jest leave vim.lsp.buf.hover()
in keymappings.lua
:
nvim/lua/config/keymappings.lua
Lines 133 to 138 in 69747da