Add nvterm among other things

This commit is contained in:
Graham McMillan 2024-06-12 17:20:54 +02:00
parent 1645f2fbe9
commit de52bc6ece
7 changed files with 114 additions and 31 deletions

View file

@ -0,0 +1,24 @@
return {
{
'nvim-lualine/lualine.nvim',
dependencies = {
'nvim-tree/nvim-web-devicons',
},
config = function()
require('lualine').setup {
options = {
theme = 'dracula',
section_separators = '',
component_separators = '',
},
sections = {
lualine_a = {
'mode',
'buffers',
},
lualine_c = {},
},
}
end,
},
}