mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-17 16:21:12 +02:00
added new schemes
This commit is contained in:
parent
1498ee4367
commit
be4bea55fe
4 changed files with 5 additions and 0 deletions
2
lua/custom/plugins/nordic.lua
Normal file
2
lua/custom/plugins/nordic.lua
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
return { 'AlexvZyl/nordic.nvim' }
|
||||||
|
|
1
lua/custom/plugins/onedark.lua
Normal file
1
lua/custom/plugins/onedark.lua
Normal file
|
@ -0,0 +1 @@
|
||||||
|
return { 'navarasu/onedark.nvim' }
|
1
lua/custom/plugins/onenord.lua
Normal file
1
lua/custom/plugins/onenord.lua
Normal file
|
@ -0,0 +1 @@
|
||||||
|
return { 'rmehri01/onenord.nvim' }
|
1
lua/custom/plugins/tokyodark.lua
Normal file
1
lua/custom/plugins/tokyodark.lua
Normal file
|
@ -0,0 +1 @@
|
||||||
|
return { 'tiagovla/tokyodark.nvim' }
|
Loading…
Add table
Add a link
Reference in a new issue