use nvim-base16 instead of base16-vim cuz its fast

This commit is contained in:
siduck76
2021-04-02 13:05:54 +05:30
parent 7adcc2a55d
commit f7e027085b
3 changed files with 6 additions and 5 deletions

View File

@@ -21,12 +21,14 @@ local g = vim.g
g.mapleader = " "
g.auto_save = 1
-- colorscheme
-- colorscheme related stuff
cmd "colorscheme base16-onedark"
cmd "syntax enable"
cmd "syntax on"
local base16 = require "base16"
base16(base16.themes["onedark"], true)
-- blankline
local indent = 2