lazy, treesitter, theme

This commit is contained in:
gregladden 2024-03-08 13:28:00 -06:00
parent 7a1ad36d66
commit e0f68cbc51
18 changed files with 40 additions and 821 deletions

View file

@ -1,14 +0,0 @@
return {
-- Set lualine as statusline
'nvim-lualine/lualine.nvim',
-- See `:help lualine.txt`
opts = {
options = {
icons_enabled = true,
theme = 'everforest',
component_separators = '|',
section_separators = '',
},
},
dependencies = { 'nvim-tree/nvim-web-devicons'}
}