dots-of-war/files/.config/nvim/fnl/plugins/detect-indent.fnl
2021-05-08 22:24:53 +02:00

6 lines
173 B
Fennel

(module plugins.detect-indent)
(vim.cmd "autocmd! BufReadPost * :DetectIndent")
(set vim.g.detectindent_preferred_expandtab 1)
(set vim.g.detectindent_preferred_indent 2)