all repos

init.lua @ e7c0b5a

my nvim config
1 files changed, 6 insertions(+), 0 deletions(-)
feat(plugins): add todo-comment
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-07-04 16:29:52 +0300
Parent: 7c3dc26
M lua/plugins.lua

@@ -43,6 +43,12 @@ after = "kanagawa.nvim",

config = u.get.config "statusline", } + use { -- higlight todo, note, fix comments + "folke/todo-comments.nvim", + event = "BufRead", + config = u.get.setup "todo-comments", + } + -- git use { "lewis6991/gitsigns.nvim",