1
0
Fork 0

Use material-nvim

This commit is contained in:
Daniele Tricoli 2021-11-20 19:45:38 +01:00
parent 9f2dd8c7be
commit 6af2caca5c
3 changed files with 5 additions and 2 deletions

View file

@ -9,3 +9,6 @@ require('material').setup {
}
vim.g.material_style = 'darker'
-- On lualine set theme = 'material-nvim'
pcall(vim.cmd, 'colorscheme material')

View file

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

View file

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