mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-15 00:14:59 +00:00
Nvim: fix colorscheme
This commit is contained in:
parent
e95ad97aba
commit
b0609b2618
@ -20,7 +20,10 @@ require('packer').startup(function()
|
||||
use {'wbthomason/packer.nvim'}
|
||||
|
||||
-- Colorscheme
|
||||
use 'rebelot/kanagawa.nvim'
|
||||
use {
|
||||
'rebelot/kanagawa.nvim',
|
||||
config = function() vim.cmd('colorscheme kanagawa') end
|
||||
}
|
||||
|
||||
-- Statusline
|
||||
use {
|
||||
|
@ -1,7 +1 @@
|
||||
return function()
|
||||
require('lualine').setup {
|
||||
options = {
|
||||
theme = 'pywal-nvim'
|
||||
}
|
||||
}
|
||||
end
|
||||
return function() require('lualine').setup {} end
|
||||
|
Loading…
Reference in New Issue
Block a user