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

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