restructured nvim config

This commit is contained in:
pika 2024-08-18 13:51:43 +02:00
parent 22d4936a21
commit 6bb0e86ded
9 changed files with 148 additions and 147 deletions

View file

@ -26,10 +26,11 @@ require("lazy").setup({
spec = {
-- import your plugins
{ import = "pika.plugins" },
{ import = "pika.plugins.lsp" },
},
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.
install = { colorscheme = { "eldritch" } },
install = { colorscheme = { "nord" } },
-- automatically check for plugin updates
checker = { enabled = true },
})