feat(config): add new branch
This commit is contained in:
10
lua/config/plugins/comment.lua
Normal file
10
lua/config/plugins/comment.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
require('Comment').setup({
|
||||
padding = true,
|
||||
sticky = true,
|
||||
toggler = {
|
||||
line = '<leader>/',
|
||||
},
|
||||
opleader = {
|
||||
line = '<leader>/',
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user