update config

This commit is contained in:
nganhkhoa 2021-07-11 10:42:15 +00:00
parent 1de9b47d92
commit 757f728e72
2 changed files with 1 additions and 2 deletions

View File

@ -63,7 +63,6 @@
(set nvim.wo.signcolumn "yes") (set nvim.wo.signcolumn "yes")
(set nvim.o.termguicolors true) (set nvim.o.termguicolors true)
; (nvim.command "colorscheme photon")
(require "plugins") (require "plugins")
(require "settings") (require "settings")

View File

@ -30,6 +30,6 @@
; others ; others
(use :wakatime/vim-wakatime) (use :wakatime/vim-wakatime)
(use :rescript-lang/vim-rescript) ; (use :rescript-lang/vim-rescript)
(use :otherjoel/vim-pollen) (use :otherjoel/vim-pollen)
(use {1 :kkoomen/vim-doge :run ":call doge#install()"}))) (use {1 :kkoomen/vim-doge :run ":call doge#install()"})))