mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-04 07:20:09 +05:30
add nvim config with kickstart-modular
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
return {
|
||||
'EdenEast/nightfox.nvim',
|
||||
|
||||
priority = 1000,
|
||||
init = function()
|
||||
vim.opt.background = 'dark'
|
||||
vim.cmd.colorscheme 'carbonfox'
|
||||
end,
|
||||
config = function()
|
||||
require('nightfox').setup {
|
||||
options = {
|
||||
styles = {
|
||||
comments = 'italic',
|
||||
},
|
||||
},
|
||||
-- groups = {
|
||||
-- carbonfox = {
|
||||
-- string = { fg = 'white' },
|
||||
-- },
|
||||
-- },
|
||||
}
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user