Skip to content

Commit

Permalink
neovim stuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
ironicbadger committed Oct 21, 2024
1 parent c03b50d commit 9510a08
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions home/alex.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,19 @@
plugins = with pkgs.vimPlugins; [
## regular
comment-nvim
lualine-nvim
nvim-web-devicons
vim-tmux-navigator

## with config
# {
# plugin = gruvbox-nvim;
# config = "colorscheme gruvbox";
# }

{
plugin = gruvbox-nvim;
config = "colorscheme gruvbox";
plugin = catppuccin-nvim;
config = "colorscheme catppuccin";
}

## telescope
Expand Down

0 comments on commit 9510a08

Please sign in to comment.