enable all themes, remove unused neovim plugins
This commit is contained in:
parent
202b2e3afa
commit
ec178766bf
2 changed files with 13 additions and 13 deletions
|
@ -19,17 +19,17 @@
|
|||
tokyonight-nvim
|
||||
|
||||
# https://github.com/figsoda/cfg/blob/main/src/programs/neovim/configure/packages.nix
|
||||
bufferline-nvim
|
||||
cmp-buffer
|
||||
cmp-cmdline
|
||||
cmp-dap
|
||||
cmp-nvim-lsp
|
||||
cmp-nvim-lsp-document-symbol
|
||||
cmp-path
|
||||
cmp_luasnip
|
||||
comment-nvim
|
||||
crates-nvim
|
||||
dressing-nvim
|
||||
# bufferline-nvim
|
||||
# cmp-buffer
|
||||
# cmp-cmdline
|
||||
# cmp-dap
|
||||
# cmp-nvim-lsp
|
||||
# cmp-nvim-lsp-document-symbol
|
||||
# cmp-path
|
||||
# cmp_luasnip
|
||||
# comment-nvim
|
||||
# crates-nvim
|
||||
# dressing-nvim
|
||||
gitsigns-nvim
|
||||
indent-blankline-nvim
|
||||
leap-nvim
|
||||
|
|
|
@ -53,8 +53,8 @@
|
|||
# Gnome Themes
|
||||
./gnome/themes/gruvbox.nix
|
||||
./gnome/themes/tokyo-night.nix
|
||||
# ./gnome/themes/nordic.nix
|
||||
# ./gnome/themes/vimix.nix
|
||||
./gnome/themes/nordic.nix
|
||||
./gnome/themes/vimix.nix
|
||||
./gnome/themes/fluent.nix
|
||||
];
|
||||
# Idea... Move these to a separate file and tie it into dconf
|
||||
|
|
Loading…
Reference in a new issue