master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 2c57a134e3 - Show all commits

View File

@@ -1,4 +1,12 @@
return {
'folke/which-key.nvim',
config = true
config = {
plugins = {
marks = false,
registers = false,
presets = {
operators = false
}
}
}
}