mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Fix twilight-nvim by using tokyonight theme which uses treesitter
This commit is contained in:
@@ -301,9 +301,9 @@ in
|
||||
extraConfig = builtins.readFile ./nvim/init.vim;
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
completion-nvim
|
||||
gruvbox
|
||||
# gruvbox-nvim # TODO: Not working for some reason?
|
||||
# lush-nvim # required by gruvbox-nvim
|
||||
tokyonight-nvim
|
||||
lualine-nvim
|
||||
nerdtree
|
||||
nvim-lspconfig
|
||||
|
Reference in New Issue
Block a user