Add more colorschemes
This commit is contained in:
parent
f32bcb0e14
commit
aa1513412f
6 changed files with 18 additions and 97 deletions
|
|
@ -1,11 +1,7 @@
|
|||
vim.opt.relativenumber = true
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.expandtab = true
|
||||
vim.bo.softtabstop = 2
|
||||
|
||||
-- Colorscheme
|
||||
vim.cmd.colorscheme 'gruvbox'
|
||||
|
||||
-- Nerd fonts
|
||||
--vim.opt.guifont = ''
|
||||
-- Set custom colorscheme [[ NOTE: Never set it to onedark cuz it breaks the editor ]]
|
||||
vim.cmd.colorscheme 'tokyonight-night'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue