Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Aug 20, 2023
1 parent de2800a commit a808516
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 25 additions & 3 deletions users/gael/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,33 @@

programs.nixvim = {
enable = true;

colorscheme = "solarized";

plugins = {
cmp-treesitter.enable = true;
# dap.enable = true;
# diffview.enable = true;
gitsigns.enable = true;
indent-blankline.enable = true;
lsp.enable = true;
neo-tree.enable = true;
nix.enable = true;
telescope.enable = true;
treesitter.enable = true;
# trouble.enable = true; in error
which-key.enable = true;
};

extraPlugins = with pkgs.vimPlugins; [
vim-nix
heirline-nvim
nvim-autopairs
solarized-nvim
];
vim-hardtime

colorscheme = "solarized";
# not available in nixvim/nixos-23.05
nvim-dap
diffview-nvim
];
};
}

0 comments on commit a808516

Please sign in to comment.