mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-23 02:58:28 +02:00
many theme changes
This commit is contained in:
parent
2730fd29b8
commit
b9199efb56
9 changed files with 102 additions and 35 deletions
|
@ -1,2 +1,24 @@
|
|||
return { 'AlexvZyl/nordic.nvim' }
|
||||
return {
|
||||
|
||||
'AlexvZyl/nordic.nvim',
|
||||
-- lazy = false,
|
||||
-- priority = 1000,
|
||||
-- config = function()
|
||||
-- require('nordic').load()
|
||||
-- require('nordic').setup({
|
||||
-- italic_comments = false,
|
||||
-- italics = false
|
||||
-- })
|
||||
-- end,
|
||||
-- styles = {
|
||||
--
|
||||
-- comments = { italic = false }, -- Ensure no italics are set here
|
||||
-- strings = { italic = false }, -- Ensure no italics are set here
|
||||
-- keywords = { italic = false }, -- Ensure no italics are set here
|
||||
-- functions = { italic = false }, -- Ensure no italics are set here
|
||||
-- variables = { italic = false },
|
||||
-- operators = { italic = false },
|
||||
-- types = { italic = false },
|
||||
-- },
|
||||
--
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue