Add fallback() to autocompletion, add comments shortcut, add require

plugins
This commit is contained in:
Miguel Da Silva 2024-09-11 21:30:20 +02:00
parent bfa0fbfd68
commit c88ea4938a
4 changed files with 32 additions and 21 deletions

View file

@ -0,0 +1,17 @@
return {
'numToStr/Comment.nvim',
config = function()
require('Comment').setup {
opleader = {
---Line-comment keymap
line = '<leader>/',
},
toggler = {
line = '<leader>/',
},
}
end,
lazy = false,
}