remove many color themes, sls plugins, set theme to gruvbox
This commit is contained in:
parent
90dd454704
commit
0936309a92
3 changed files with 9 additions and 17 deletions
|
@ -76,5 +76,6 @@ vim.opt.expandtab = true -- converts tabs to white space
|
|||
vim.opt.shiftwidth = 4 -- width for autoindents
|
||||
vim.cmd [[
|
||||
highlight clear
|
||||
colorscheme dracula
|
||||
colorscheme gruvbox
|
||||
autocmd BufNewFile,BufRead *.sls set syntax=yaml.jinja2
|
||||
]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue