mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 19:25:58 +01:00
fix(spell): make dirtytalk plugin actually exist
This commit is contained in:
parent
13416f0cdf
commit
2e01bdc86c
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ with lib; let
|
||||||
"nvim-navbuddy"
|
"nvim-navbuddy"
|
||||||
"copilot-cmp"
|
"copilot-cmp"
|
||||||
"lsp-lines"
|
"lsp-lines"
|
||||||
|
"vim-dirtytalk"
|
||||||
];
|
];
|
||||||
# You can either use the name of the plugin or a package.
|
# You can either use the name of the plugin or a package.
|
||||||
pluginType = with types;
|
pluginType = with types;
|
||||||
|
|
Loading…
Reference in a new issue