need to commit
This commit is contained in:
8
config/after/ftplugin/sh.lua
Normal file
8
config/after/ftplugin/sh.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
local o = vim.o
|
||||
local bo = vim.bo
|
||||
bo.expandtab = true
|
||||
bo.tabstop = 2
|
||||
bo.shiftwidth = 2
|
||||
bo.softtabstop = 2
|
||||
bo.autoindent = true
|
||||
o.colorcolumn = "80"
|
Reference in New Issue
Block a user