nixos/lua/config_plugins/config_nightfox.lua
2022-11-07 16:41:35 +00:00

18 lines
382 B
Lua

vim.opt.termguicolors = true
require('nightfox').setup {
modules = {
aerial = true,
cmp = true,
diagnostic = true,
fidget = true,
gitgutter = true,
hop = true,
lsp_trouble = true,
notify = true,
nvimtree = true,
telescope = true,
treesitter = true,
},
}
vim.cmd("colorscheme nightfox")