nixvim: Enable fugitive and emmet_ls
I was missing out on fugitive :^)
This commit is contained in:
@@ -21,5 +21,7 @@
|
|||||||
which-key.enable = true;
|
which-key.enable = true;
|
||||||
|
|
||||||
glow.enable = true;
|
glow.enable = true;
|
||||||
|
|
||||||
|
fugitive.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
rnix.enable = true;
|
rnix.enable = true;
|
||||||
|
|
||||||
basedpyright.enable = true;
|
basedpyright.enable = true;
|
||||||
|
emmet_ls.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
keymaps = [
|
keymaps = [
|
||||||
|
|||||||
Reference in New Issue
Block a user