dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

comments.lua (226B)


      1 -- add this to your lua/plugins.lua, lua/plugins/init.lua,  or the file you keep your other plugins:
      2 return {
      3     'numToStr/Comment.nvim',
      4     lazy = false,
      5     config = function()
      6         require("Comment").setup()
      7     end
      8 }