1
0
Fork 0

nvim: Re-set filetype

This commit is contained in:
Daniel Kempkens 2022-04-07 22:24:47 +02:00
parent 9ba085ae31
commit a56aef84a9

View file

@ -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])