diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-07 13:40:15 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-07 13:42:36 +0100 |
commit | 262d18d712766898fd0a740c792cdd225ac9b034 (patch) | |
tree | b67283b60c6fe586f5ec92d0b1ec67d2615896b9 /.config/nvim/after/plugin/comment.lua | |
parent | 9bbe0077104e5e0dab8b1a8f197f7ce9bb240be4 (diff) |
nvim: Switch from vim-commentary to Comment.nvim
Diffstat (limited to '.config/nvim/after/plugin/comment.lua')
-rw-r--r-- | .config/nvim/after/plugin/comment.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/after/plugin/comment.lua b/.config/nvim/after/plugin/comment.lua new file mode 100644 index 0000000..933d7b7 --- /dev/null +++ b/.config/nvim/after/plugin/comment.lua @@ -0,0 +1 @@ +require('Comment').setup {} |