all repos

init.lua @ 04f01e405613d966cf88287e3e852bc0caf6a02e

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat(plugins): add editorconfig support
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",