nixos/lua/config_plugins/config_nightfox.lua

18 lines
382 B
Lua
Raw Normal View History

2022-11-07 16:41:35 +00:00
vim.opt.termguicolors = true
require('nightfox').setup {
modules = {
aerial = true,
cmp = true,
diagnostic = true,
fidget = true,
gitgutter = true,
hop = true,
lsp_trouble = true,
2022-11-07 16:28:42 +00:00
notify = true,
nvimtree = true,
telescope = true,
treesitter = true,
},
}
vim.cmd("colorscheme nightfox")