summaryrefslogtreecommitdiff
path: root/public/nvim/.nvim/ftplugin/sh.lua
blob: 4c20ce4baa93fe436cd6d4824ed45a9a71235667 (plain) (blame)
1
2
3
4
5
6
local l = vim.opt_local

l.expandtab = true
l.smartindent = true
l.tabstop = 8
l.shiftwidth = 8