Added DBUI, noice, zen-mode and comments. Changed Tokyonight.lua to theme.lua
This commit is contained in:
9
lua/barink/plugins/comments.lua
Normal file
9
lua/barink/plugins/comments.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
'numToStr/Comment.nvim',
|
||||
lazy = false,
|
||||
opts = {
|
||||
},
|
||||
config = function()
|
||||
require("Comment").setup()
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user