1
0
Fork 0

Switch to kanagawa theme

This commit is contained in:
Daniele Tricoli 2021-12-24 16:51:32 +01:00
parent 2dd85398f6
commit 1668e5c1bc
5 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1 @@
pcall(vim.cmd, 'colorscheme kanagawa')

View File

@ -1 +1 @@
require('colors.material-nvim')
require('colors.kanagawa')

View File

@ -1,7 +1,7 @@
require('lualine').setup {
options = {
icons_enabled = true,
theme = 'material-nvim',
theme = 'auto',
component_separators = { left = '', right = ''},
section_separators = { left = '', right = ''},
disabled_filetypes = { 'startify' },

View File

@ -120,6 +120,7 @@ return require('packer').startup({function()
use 'monsonjeremy/onedark.nvim'
use 'pappasam/papercolor-theme-slim'
use 'rafamadriz/neon'
use 'rebelot/kanagawa.nvim'
end,
config = {
max_job = 1,

View File

@ -72,6 +72,7 @@
group: "{{ neovim_become_user }}"
mode: 0640
with_items:
- kanagawa.lua
- material-nvim.lua
- moonfly.lua
- neon.lua