diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-17 12:45:30 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-17 12:45:30 -0400 |
| commit | 89a88e24d00306076b067a0ccb87ad2a603054f3 (patch) | |
| tree | 85b5ef8730893b4ac2b750498916ee7f90e44e0d /pkgs/custom-neovim/config/lua/plugins/comment.lua | |
| parent | 58ceb817bb6ba195d1189160878f318f3bcda0ef (diff) | |
neovim: working on new config
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/comment.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/comment.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/comment.lua b/pkgs/custom-neovim/config/lua/plugins/comment.lua new file mode 100644 index 0000000..749e622 --- /dev/null +++ b/pkgs/custom-neovim/config/lua/plugins/comment.lua @@ -0,0 +1,7 @@ +return { + "comment.nvim", + lazy = false, + after = function() + require("Comment").setup() + end +} |
