1 files changed,
5 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-07-06 12:29:24 +0300
Parent:
ede5a97
M
lua/plugins/core.lua
@@ -14,6 +14,11 @@ vim.cmd.colorscheme "tokyonight-night"
end, }, { + "oysandvik94/curl.nvim", + opts = { default_flags = { "-i" } }, + cmd = { "CurlOpen", "CurlClose" }, + }, + { "folke/todo-comments.nvim", event = "BufRead", config = true,