mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
chore: inline plugins.typescript-tools
This commit is contained in:
parent
e78144554b
commit
7b55bdf4ca
1 changed files with 1 additions and 3 deletions
|
@ -20,9 +20,7 @@
|
||||||
marksman.enable = true;
|
marksman.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
plugins = {
|
plugins.typescript-tools.enable = true;
|
||||||
typescript-tools.enable = true;
|
|
||||||
};
|
|
||||||
plugins.lsp-lines.enable = true;
|
plugins.lsp-lines.enable = true;
|
||||||
extraPlugins = [
|
extraPlugins = [
|
||||||
(pkgs.vimUtils.buildVimPlugin {
|
(pkgs.vimUtils.buildVimPlugin {
|
||||||
|
|
Loading…
Reference in a new issue