1 files changed,
1 insertions(+),
0 deletions(-)
Author:
Smirnov Olexander
ss2316544@gmail.com
Committed at:
2022-06-16 23:37:15 +0300
Parent:
e41e13e
M
lua/plugins.lua
@@ -21,6 +21,7 @@
use { "tpope/vim-surround", keys = { "c", "d", "y" } } use { "kyazdani42/nvim-web-devicons", module = "nvim-web-devicons" } use { "ahmedkhalf/project.nvim", config = u.get_config "configs.project" } + use { "gpanders/editorconfig.nvim", event = "BufRead" } use { -- commenting helper "numToStr/Comment.nvim",