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
|
||||
g vim.g]
|
||||
;; Preamble
|
||||
(vim.cmd "filetype plugin indent on")
|
||||
(set o.shell :/bin/sh)
|
||||
;; Various Options
|
||||
(set o.spelllang [:en :de])
|
||||
|
|
Loading…
Reference in a new issue