From b98da24d1ce9923c9fde3e4e2b9b0ef6bbadb7a1 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Mon, 17 Apr 2023 00:31:12 +0200 Subject: [PATCH] fix nvim config --- mzte-nv/conf/init.fnl | 2 +- mzte-nv/conf/lua/settings.fnl | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/mzte-nv/conf/init.fnl b/mzte-nv/conf/init.fnl index c2445f8..94a193a 100644 --- a/mzte-nv/conf/init.fnl +++ b/mzte-nv/conf/init.fnl @@ -1,7 +1,7 @@ (require :mzte_nv_preloader) -(require :plugins) (require :settings) +(require :plugins) (require :maps) (require :neovide) (require :pipe) diff --git a/mzte-nv/conf/lua/settings.fnl b/mzte-nv/conf/lua/settings.fnl index 8263a89..653379c 100644 --- a/mzte-nv/conf/lua/settings.fnl +++ b/mzte-nv/conf/lua/settings.fnl @@ -2,6 +2,9 @@ (local (wo g opt) (values vim.wo vim.g vim.opt)) +;; Shell +(set opt.shell "fish") + (cmd "syntax on") ;; Indentation