feat(nvim): combined and removed plugins

This commit is contained in:
2023-09-02 13:35:10 +03:00
parent 8eb0d2bcab
commit 4de181e3b2
27 changed files with 188 additions and 336 deletions

View File

@@ -1,15 +0,0 @@
local vim = vim
return {
"folke/which-key.nvim",
enabled = true,
lazy = false,
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
end,
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
},
}