mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 19:32:24 +00:00
6 lines
173 B
Fennel
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)
|
|
|