initial configuration

This commit is contained in:
2025-04-09 07:59:00 +02:00
parent e7334a67d3
commit a8dd286e39
9 changed files with 19 additions and 228 deletions
-20
View File
@@ -1,20 +0,0 @@
return {
{
"oxfist/night-owl.nvim",
lazy = false, -- make sure we load this during startup if it is your main colorscheme
priority = 1000, -- make sure to load this before all the other start plugins
config = function()
-- load the colorscheme here
require("night-owl").setup()
vim.cmd.colorscheme("night-owl")
end,
},
{
"nvim-lualine/lualine.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
lazy = false,
config = function()
require("lualine").setup()
end,
}
}