neovim: rewrite config

This commit is contained in:
2023-08-29 00:42:44 +03:00
parent fd67c6c242
commit 7221b8a04b
26 changed files with 106 additions and 872 deletions

View File

@@ -1 +0,0 @@
vim.wo.colorcolumn = ""

View File

@@ -1,2 +0,0 @@
vim.wo.colorcolumn = "50"
vim.cmd("setlocal spell")

View File

@@ -1,3 +0,0 @@
vim.bo.tabstop = 4
vim.bo.shiftwidth = 4
vim.bo.expandtab = false

View File

@@ -1,3 +0,0 @@
vim.bo.tabstop = 2
vim.bo.shiftwidth = 2
vim.bo.expandtab = false

View File

@@ -1 +0,0 @@
vim.cmd("setlocal spell")

View File

@@ -1,3 +0,0 @@
vim.bo.tabstop = 2
vim.bo.shiftwidth = 2
vim.bo.expandtab = false