From 757f728e72d53e2adf2e45b067161985a5676576 Mon Sep 17 00:00:00 2001 From: nganhkhoa Date: Sun, 11 Jul 2021 10:42:15 +0000 Subject: [PATCH] update config --- fnl/init.fnl | 1 - fnl/plugins.fnl | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/fnl/init.fnl b/fnl/init.fnl index d2ebd77..731902e 100644 --- a/fnl/init.fnl +++ b/fnl/init.fnl @@ -63,7 +63,6 @@ (set nvim.wo.signcolumn "yes") (set nvim.o.termguicolors true) -; (nvim.command "colorscheme photon") (require "plugins") (require "settings") diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index f06acc7..b1b6102 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -30,6 +30,6 @@ ; others (use :wakatime/vim-wakatime) - (use :rescript-lang/vim-rescript) + ; (use :rescript-lang/vim-rescript) (use :otherjoel/vim-pollen) (use {1 :kkoomen/vim-doge :run ":call doge#install()"})))