nvim config added

This commit is contained in:
2023-02-07 02:00:28 +01:00
parent 910ba5b3c5
commit a3a96c3fc6
11 changed files with 316 additions and 20 deletions

View File

@@ -0,0 +1,8 @@
return {
"folke/which-key.nvim",
config = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
end
}