diff options
-rw-r--r-- | fnl/nvrc/colors.fnl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fnl/nvrc/colors.fnl b/fnl/nvrc/colors.fnl index a9f3dba..48afcdf 100644 --- a/fnl/nvrc/colors.fnl +++ b/fnl/nvrc/colors.fnl @@ -20,8 +20,6 @@ ((. (require :nvrc.colors) :apply) (. opts.fargs 1))) {:nargs 1}) - (setv! jellybeans_overrides {:background {:ctermbg :NONE :256ctermbg :NONE :guibg :NONE}}) - (vim.cmd (.. "colorscheme " colorscheme)) ; Statusline |