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
|
tokyonight-nvim
|
||||||
|
|
||||||
# https://github.com/figsoda/cfg/blob/main/src/programs/neovim/configure/packages.nix
|
# https://github.com/figsoda/cfg/blob/main/src/programs/neovim/configure/packages.nix
|
||||||
bufferline-nvim
|
# bufferline-nvim
|
||||||
cmp-buffer
|
# cmp-buffer
|
||||||
cmp-cmdline
|
# cmp-cmdline
|
||||||
cmp-dap
|
# cmp-dap
|
||||||
cmp-nvim-lsp
|
# cmp-nvim-lsp
|
||||||
cmp-nvim-lsp-document-symbol
|
# cmp-nvim-lsp-document-symbol
|
||||||
cmp-path
|
# cmp-path
|
||||||
cmp_luasnip
|
# cmp_luasnip
|
||||||
comment-nvim
|
# comment-nvim
|
||||||
crates-nvim
|
# crates-nvim
|
||||||
dressing-nvim
|
# dressing-nvim
|
||||||
gitsigns-nvim
|
gitsigns-nvim
|
||||||
indent-blankline-nvim
|
indent-blankline-nvim
|
||||||
leap-nvim
|
leap-nvim
|
||||||
|
|
|
@ -53,8 +53,8 @@
|
||||||
# Gnome Themes
|
# Gnome Themes
|
||||||
./gnome/themes/gruvbox.nix
|
./gnome/themes/gruvbox.nix
|
||||||
./gnome/themes/tokyo-night.nix
|
./gnome/themes/tokyo-night.nix
|
||||||
# ./gnome/themes/nordic.nix
|
./gnome/themes/nordic.nix
|
||||||
# ./gnome/themes/vimix.nix
|
./gnome/themes/vimix.nix
|
||||||
./gnome/themes/fluent.nix
|
./gnome/themes/fluent.nix
|
||||||
];
|
];
|
||||||
# Idea... Move these to a separate file and tie it into dconf
|
# Idea... Move these to a separate file and tie it into dconf
|
||||||
|
|
Loading…
Reference in a new issue