style changes to font and colourscheme.
This commit is contained in:
parent
11afcdf46d
commit
613a210bd6
3 changed files with 39 additions and 7 deletions
|
@ -72,7 +72,11 @@ opt.foldenable = true
|
|||
opt.foldignore = ''
|
||||
|
||||
--sets colorscheme. to get a list of avalible options, do colorscheme <Space> <C-d>
|
||||
vim.cmd 'colorscheme moonfly'
|
||||
vim.opt.background="dark"
|
||||
-- vim.cmd 'colorscheme moonfly'
|
||||
-- vim.cmd 'colorscheme nightfly'
|
||||
-- vim.cmd 'colorscheme nordic'
|
||||
vim.cmd 'colorscheme gruvbox'
|
||||
|
||||
--function for venn.nvim
|
||||
-- venn.nvim: enable or disable keymappings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue