Fixes issues

This commit is contained in:
zwergius 2024-01-23 14:19:17 +01:00
parent fec9e68062
commit 043505eed4
4 changed files with 24 additions and 34 deletions

View file

@ -1,20 +0,0 @@
return {
-- Set lualine as statusline
'nvim-lualine/lualine.nvim',
-- See `:help lualine.txt`
opts = {
options = {
icons_enabled = false,
theme = 'onenord',
component_separators = '|',
section_separators = '',
},
sections = {
lualine_c = {
{
'filename', path = 4
}
}
}
},
}

View file

@ -1,7 +0,0 @@
return {
'rmehri01/onenord.nvim',
priority = 1000,
config = function()
vim.cmd.colorscheme 'onenord'
end,
}