nvim: add papercolor-theme (light theme, for writing when I need it)
This commit is contained in:
parent
4815b0a349
commit
e627a66799
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ return require('packer').startup({function()
|
|||
]]
|
||||
end
|
||||
}
|
||||
use { -- newspring: Good light theme for writing
|
||||
'NLKNguyen/papercolor-theme',
|
||||
}
|
||||
use { -- statusline: lualine
|
||||
'nvim-lualine/lualine.nvim',
|
||||
requires = {'kyazdani42/nvim-web-devicons', opt = true},
|
||||
|
|
Loading…
Add table
Reference in a new issue