diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-06-20 17:04:38 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-06-20 17:04:38 +0200 |
commit | e970f928c6c0e2c28c0c2a9caf61e060a8c00184 (patch) | |
tree | 92a0a0e785ea664cacf011650862903d923ce908 /.config/nvim/after | |
parent | 2acda82a861fff9fb0bf9eea7bd9d63269650341 (diff) |
nvim: Set commentstring for Yuck
Diffstat (limited to '.config/nvim/after')
-rw-r--r-- | .config/nvim/after/ftplugin/yuck.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/after/ftplugin/yuck.lua b/.config/nvim/after/ftplugin/yuck.lua new file mode 100644 index 0000000..ee8cd37 --- /dev/null +++ b/.config/nvim/after/ftplugin/yuck.lua @@ -0,0 +1 @@ +vim.bo.commentstring = '; %s' |