Personalised and added some of my own config stuff.

This will probably be the last version of this config for a while.
Mostly keeping it for reference.

Custom config time!
This commit is contained in:
laperpo 2025-05-03 14:45:20 +01:00
parent e02f9a2c32
commit c136cac530
7 changed files with 122 additions and 62 deletions

View file

@ -0,0 +1,12 @@
return {
{ "scottmckendry/cyberdream.nvim", lazy = false, priority = 1000 },
{ "rebelot/kanagawa.nvim" },
{ "shaunsingh/nord.nvim" },
{ "bluz71/vim-nightfly-colors", name = "nightfly", lazy = false, priority = 1000 },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "kanagawa",
},
},
}

10
lua/plugins/neo_tree.lua Normal file
View file

@ -0,0 +1,10 @@
return {
{
"nvim-neo-tree/neo-tree.nvim",
opts = {
window = {
position = "right",
},
},
},
}