Neovim: change to pywal colorscheme
This commit is contained in:
parent
9b617b6f8b
commit
384f2752ab
3 changed files with 11 additions and 3 deletions
|
@ -1 +0,0 @@
|
||||||
return function() vim.cmd("colorscheme kanagawa") end
|
|
|
@ -20,7 +20,10 @@ require('packer').startup(function()
|
||||||
use {'wbthomason/packer.nvim'}
|
use {'wbthomason/packer.nvim'}
|
||||||
|
|
||||||
-- Colorscheme
|
-- Colorscheme
|
||||||
use {'rebelot/kanagawa.nvim', config = require('plugins.colorscheme')}
|
use {
|
||||||
|
'FunctionalHacker/pywal.nvim',
|
||||||
|
config = function() require('pywal').setup() end
|
||||||
|
}
|
||||||
|
|
||||||
-- Statusline
|
-- Statusline
|
||||||
use {
|
use {
|
||||||
|
|
|
@ -1 +1,7 @@
|
||||||
return function() require('lualine').setup() end
|
return function()
|
||||||
|
require('lualine').setup {
|
||||||
|
options = {
|
||||||
|
theme = 'pywal-nvim'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue