restructured nvim config
This commit is contained in:
parent
22d4936a21
commit
6bb0e86ded
9 changed files with 148 additions and 147 deletions
|
@ -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 },
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue