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 003c6f13c0
commit 1821340f03
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