[update] Neovim config files

This commit is contained in:
Uttarayan Mondal
2022-08-26 11:06:39 +05:30
parent cc2d585348
commit 444db182b4
4 changed files with 85 additions and 10 deletions

View File

@@ -49,6 +49,14 @@ vim.o.smartcase = true
vim.o.termguicolors = true
-- No clue why window scoped
vim.wo.signcolumn = 'yes'
vim.opt.list = true
-- vim.o.colorcolumn = '+1'
-- vim.o.textwidth = 120
-- vim.opt.listchars:append("eol:↴")
-- vim.diagnostic.config({
-- virtual_text = false,
-- })
vim.o.wrap = false
@@ -106,4 +114,3 @@ require 'nvim-treesitter.configs'.setup {
additional_vim_regex_highlighting = false,
},
}