mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 00:28:56 +02:00
c sharp
This commit is contained in:
parent
7a26e6c951
commit
1f8a7a4eda
15 changed files with 110 additions and 232 deletions
10
lua/custom/plugins/tairiki.lua
Normal file
10
lua/custom/plugins/tairiki.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
'deparr/tairiki.nvim',
|
||||
lazy = false,
|
||||
priority = 1000, -- only necessary if you use tairiki as default theme
|
||||
config = function()
|
||||
require('tairiki').setup {
|
||||
style = 'dark',
|
||||
}
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue