updates, adding neovim fugitive plugin and nix-index-database

This commit is contained in:
Rouven Seifert 2023-03-15 16:43:43 +01:00
parent 6dc9cb9dbf
commit 2fc96683aa
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 47 additions and 15 deletions

View file

@ -70,6 +70,9 @@
telescope = {
enable = true;
};
fugitive = {
enable = true;
};
lsp = {
enable = true;
onAttach = ''

View file

@ -71,6 +71,7 @@
];
programs.obs-studio.enable = true;
programs.nix-index.enable = true;
xdg.mimeApps = {
enable = true;