Skip to content

Commit

Permalink
Use a new comment plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
semanser committed Mar 4, 2024
1 parent cc539a2 commit ad3ef6c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nvim/.config/nvim/lua/plugins/coding.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ return {
event = "InsertEnter",
opts = {},
},
"terrortylor/nvim-comment",
{
'numToStr/Comment.nvim',
opts = {},
lazy = false,
},
"neoclide/vim-jsx-improve",
"machakann/vim-sandwich",
{
Expand Down

0 comments on commit ad3ef6c

Please sign in to comment.