mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 12:05:06 +02:00
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:
parent
e02f9a2c32
commit
c136cac530
7 changed files with 122 additions and 62 deletions
12
lua/plugins/colorscheme.lua
Normal file
12
lua/plugins/colorscheme.lua
Normal 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
10
lua/plugins/neo_tree.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
{
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
opts = {
|
||||
window = {
|
||||
position = "right",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue