diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-06 18:40:57 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-06 18:40:57 +0200 |
commit | 24bca77e4947b53b16d472421442bebe6008d850 (patch) | |
tree | 49d1ecf29b5f0d716cfefbecad9c4f5580076ddd | |
parent | a51c6029aa40d9534c726f608774e02e307f29ea (diff) |
nvim: load kommentary fully
-rw-r--r-- | .config/nvim/lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index ffb40d4..fe0970d 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -139,7 +139,7 @@ local plugins = { { "b3nj5m1n/kommentary", - keys = { "gcc", "gc" }, + event = { "BufRead" , "BufNewFile" }, config = function() require "setup.kommentary" end, |