Nvim: improvements to syntax highlighting and add a couple of plugins
This commit is contained in:
parent
003c6f13c0
commit
1821340f03
13 changed files with 27 additions and 41 deletions
|
@ -5,7 +5,7 @@ local cmd = vim.cmd
|
|||
------ Appearance ------
|
||||
|
||||
-- Set colorscheme
|
||||
require('onedark').setup()
|
||||
require('nightfox').set()
|
||||
|
||||
-- True colors
|
||||
o.termguicolors = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue