Nvim: update all plugins to used ones, disable unused

This commit is contained in:
Robert Kmieć
2023-10-19 23:47:02 +02:00
parent ec0ae0ee13
commit c436875e4b
32 changed files with 179 additions and 92 deletions

View File

@@ -1,6 +1,5 @@
return {
-- <leader>mm
'gorbit99/codewindow.nvim',
config = function()
require('codewindow').setup()
end
config = true,
}