neovim: add ftplugin for sh
This commit is contained in:
3
neovim/.config/nvim/after/ftplugin/sh.lua
Normal file
3
neovim/.config/nvim/after/ftplugin/sh.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
vim.bo.tabstop = 2
|
||||
vim.bo.shiftwidth = 2
|
||||
vim.bo.expandtab = false
|
||||
Reference in New Issue
Block a user