Use ftplugin for indent configuration
This commit is contained in:
parent
e3cece6400
commit
fe025d76de
12 changed files with 81 additions and 19 deletions
5
nvim/ftplugin/sh.lua
Normal file
5
nvim/ftplugin/sh.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
vim.b.tabstop = 4
|
||||
vim.b.softtabstop = 4
|
||||
vim.b.shiftwidth = 4
|
||||
vim.b.expandtab = true
|
||||
vim.b.autoindent = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue