feat nvim: 設定nordfox colorscheme
This commit is contained in:
parent
ffbaf70b24
commit
364fbb45d8
@ -29,7 +29,7 @@ require("lazy").setup({
|
||||
},
|
||||
-- Configure any other settings here. See the documentation for more details.
|
||||
-- colorscheme that will be used when installing plugins.
|
||||
-- install = { colorscheme = { "habamax" } },
|
||||
install = { colorscheme = { "habamax" } },
|
||||
-- automatically check for plugin updates
|
||||
checker = { enabled = true },
|
||||
})
|
||||
|
20
dot_config/nvim/lua/plugins/nightfox.lua
Normal file
20
dot_config/nvim/lua/plugins/nightfox.lua
Normal file
@ -0,0 +1,20 @@
|
||||
-- if true then return {} end
|
||||
return {
|
||||
{
|
||||
"EdenEast/nightfox.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
require("nightfox").setup({
|
||||
options = {
|
||||
styles = {
|
||||
comments = "italic",
|
||||
keywords = "bold",
|
||||
types = "italic,bold",
|
||||
},
|
||||
},
|
||||
})
|
||||
vim.cmd("colorscheme nordfox")
|
||||
end,
|
||||
},
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user