Squashed commit of the following:
commit7322bc0f73Author: anth64 <anth64@protonmail.com> Date: Tue Apr 15 22:21:09 2025 +0200 use lspconfig commit5577628a22Author: anth64 <anth64@protonmail.com> Date: Tue Apr 15 20:08:14 2025 +0200 reorderd lazy and config commit7f1a3b82daAuthor: anth64 <anth64@protonmail.com> Date: Tue Apr 15 19:29:43 2025 +0200 add colorschemes, default to moonfly commit466c8cf410Author: anth64 <anth64@protonmail.com> Date: Tue Apr 15 18:51:56 2025 +0200 make it work on windows as well commita9d9c2199dAuthor: anth64 <anth64@protonmail.com> Date: Fri Apr 11 07:26:54 2025 +0200 added jdtls and newline to end of files commit4db9e65e6fAuthor: anth64 <anth64@protonmail.com> Date: Thu Apr 10 22:33:16 2025 +0200 remove redundant remap of mapleader commitbb0ad9af1bAuthor: anth64 <anth64@protonmail.com> Date: Thu Apr 10 22:28:45 2025 +0200 readd telescope and harpoon commit1a56e26e6bAuthor: anth64 <anth64@protonmail.com> Date: Thu Apr 10 22:20:12 2025 +0200 redid mapping, set and util, also readded nvim-cmp and cmp-nvim-lsp commit690e575c03Author: anth64 <anth64@protonmail.com> Date: Wed Apr 9 23:23:51 2025 +0200 make sure that colorscheme is not touched commit0ab0b593f2Author: anth64 <anth64@protonmail.com> Date: Wed Apr 9 22:56:58 2025 +0200 add lazy.nvim and lualine plugin commita8dd286e39Author: anth64 <anth64@protonmail.com> Date: Wed Apr 9 07:59:00 2025 +0200 initial configuration
This commit is contained in:
+10
-16
@@ -1,20 +1,14 @@
|
||||
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,
|
||||
},
|
||||
{
|
||||
"nvim-lualine/lualine.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
lazy = false,
|
||||
config = function()
|
||||
require("lualine").setup()
|
||||
end,
|
||||
}
|
||||
{ "bluz71/vim-moonfly-colors", lazy = false },
|
||||
{ "EdenEast/nightfox.nvim", lazy = false },
|
||||
{ "oxfist/night-owl.nvim", lazy = false },
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user