fix nvim-github-theme config field name

This commit is contained in:
nganhkhoa 2021-10-11 04:21:22 +00:00
parent 0e309f4fde
commit 6262c250a5

View File

@ -4,7 +4,7 @@
;; theme
(global github-theme (require :github-theme))
(github-theme.setup {:themeStyle :dark})
(github-theme.setup {:theme_style :dark})
;; buffergator
(set nvim.g.buffergator_display_regime "parentdir")