From ec178766bf6fd18c9d6ba892e8f8d24468e18738 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 3 Jul 2023 07:55:29 +0900 Subject: [PATCH] enable all themes, remove unused neovim plugins --- common/dotfiles/neovim.nix | 22 +++++++++++----------- desktops/gnome.nix | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/common/dotfiles/neovim.nix b/common/dotfiles/neovim.nix index 031720e8..e8221a52 100644 --- a/common/dotfiles/neovim.nix +++ b/common/dotfiles/neovim.nix @@ -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 diff --git a/desktops/gnome.nix b/desktops/gnome.nix index 58c186ec..c38fc76c 100644 --- a/desktops/gnome.nix +++ b/desktops/gnome.nix @@ -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