nvim: Re-set filetype
This commit is contained in:
parent
9ba085ae31
commit
a56aef84a9
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
(let [o vim.opt
|
(let [o vim.opt
|
||||||
g vim.g]
|
g vim.g]
|
||||||
;; Preamble
|
;; Preamble
|
||||||
|
(vim.cmd "filetype plugin indent on")
|
||||||
(set o.shell :/bin/sh)
|
(set o.shell :/bin/sh)
|
||||||
;; Various Options
|
;; Various Options
|
||||||
(set o.spelllang [:en :de])
|
(set o.spelllang [:en :de])
|
||||||
|
|
Loading…
Reference in a new issue