1
0
Fork 0
dotfiles/config/nvim/after/ftplugin/make.fnl

5 lines
101 B
Plaintext
Raw Normal View History

2022-04-05 21:13:56 +00:00
(let [lo vim.opt_local]
(set lo.expandtab false)
(set lo.shiftwidth 2)
(set lo.softtabstop 0))