mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 08:39:06 +02:00
themes and lualine
This commit is contained in:
parent
fd7c1e5092
commit
9f9d663f0b
8 changed files with 39 additions and 21 deletions
1
lua/custom/plugins/chocolatier.lua
Normal file
1
lua/custom/plugins/chocolatier.lua
Normal file
|
@ -0,0 +1 @@
|
|||
return { 'qaptoR-nvim/chocolatier.nvim' }
|
|
@ -2,4 +2,14 @@
|
|||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return {}
|
||||
return {
|
||||
{
|
||||
'folke/noice.nvim',
|
||||
event = 'VeryLazy',
|
||||
opts = {},
|
||||
dependencies = {
|
||||
'MunifTanjim/nui.nvim',
|
||||
'rcarriga/nvim-notify'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
1
lua/custom/plugins/lush.lua
Normal file
1
lua/custom/plugins/lush.lua
Normal file
|
@ -0,0 +1 @@
|
|||
return { 'rktjmp/lush.nvim' }
|
1
lua/custom/plugins/rakis.lua
Normal file
1
lua/custom/plugins/rakis.lua
Normal file
|
@ -0,0 +1 @@
|
|||
return { 'sample-usr/rakis.nvim' }
|
4
lua/custom/plugins/sakura.lua
Normal file
4
lua/custom/plugins/sakura.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
return { 'anAcc22/sakura.nvim', config = function ()
|
||||
vim.opt.background = 'dark'
|
||||
|
||||
end }
|
2
lua/custom/plugins/vague.lua
Normal file
2
lua/custom/plugins/vague.lua
Normal file
|
@ -0,0 +1,2 @@
|
|||
return { 'vague2k/vague.nvim' }
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue