|
|
|
@ -3,7 +3,8 @@
|
|
|
|
|
vim.cmd [[colorscheme nord]] |
|
|
|
|
|
|
|
|
|
-- Helps some themes. |
|
|
|
|
vim.opt.termguicolors = true |
|
|
|
|
-- This is currently commented out because it messes up tmux. |
|
|
|
|
-- vim.opt.termguicolors = true |
|
|
|
|
|
|
|
|
|
-- Always show hidden files in nerdtree |
|
|
|
|
vim.g.NERDTreeShowHidden = 1 |
|
|
|
|