fix nvim config

This commit is contained in:
LordMZTE 2023-04-17 00:31:12 +02:00
parent c9e792e02d
commit b98da24d1c
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 4 additions and 1 deletions

View file

@ -1,7 +1,7 @@
(require :mzte_nv_preloader)
(require :plugins)
(require :settings)
(require :plugins)
(require :maps)
(require :neovide)
(require :pipe)

View file

@ -2,6 +2,9 @@
(local (wo g opt) (values vim.wo vim.g vim.opt))
;; Shell
(set opt.shell "fish")
(cmd "syntax on")
;; Indentation