neovim: update plugin module names
This commit is contained in:
parent
a30e2a0bc1
commit
edc99e84ef
1 changed files with 2 additions and 4 deletions
|
|
@ -14,14 +14,12 @@
|
||||||
};
|
};
|
||||||
# < https://github.com/NotAShelf/nvf/tree/main/modules/plugins/visuals >
|
# < https://github.com/NotAShelf/nvf/tree/main/modules/plugins/visuals >
|
||||||
visuals = {
|
visuals = {
|
||||||
enable = true;
|
|
||||||
|
|
||||||
# icons that other plugins depend on.
|
# icons that other plugins depend on.
|
||||||
nvimWebDevicons.enable = true;
|
nvim-web-devicons.enable = true;
|
||||||
fidget-nvim.enable = true;
|
fidget-nvim.enable = true;
|
||||||
|
|
||||||
# indent lines
|
# indent lines
|
||||||
indentBlankline = {
|
indent-blankline = {
|
||||||
enable = true;
|
enable = true;
|
||||||
setupOpts = {
|
setupOpts = {
|
||||||
scope = {
|
scope = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue