neovim: add ftplugin files

This commit is contained in:
2023-08-29 00:51:46 +03:00
parent 825741df8c
commit cf8f1a1305
6 changed files with 14 additions and 0 deletions

View File

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

View File

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

View File

@@ -0,0 +1,4 @@
vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = false

View File

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

View File

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

View File

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