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")