dots-of-war/files/.config/nvim/fnl/plugins/detect-indent.fnl

7 lines
173 B
Text
Raw Normal View History

2021-05-08 20:24:53 +00:00
(module plugins.detect-indent)
(vim.cmd "autocmd! BufReadPost * :DetectIndent")
(set vim.g.detectindent_preferred_expandtab 1)
(set vim.g.detectindent_preferred_indent 2)