Nvim: improvements to syntax highlighting and add a couple of plugins

This commit is contained in:
Marko Korhonen 2021-08-18 21:20:20 +03:00
parent cd62b162b8
commit e18f384d41
13 changed files with 27 additions and 41 deletions

View file

@ -5,7 +5,7 @@ local cmd = vim.cmd
------ Appearance ------
-- Set colorscheme
require('onedark').setup()
require('nightfox').set()
-- True colors
o.termguicolors = true