neovim: enable autoconfigure by default (#374653)
This commit is contained in:
@@ -23,10 +23,10 @@ let
|
||||
# certain plugins need a custom configuration (available in passthru.initLua)
|
||||
# to work with nix.
|
||||
# if true, the wrapper automatically appends those snippets when necessary
|
||||
, autoconfigure ? false
|
||||
, autoconfigure ? true
|
||||
|
||||
# append to PATH runtime deps of plugins
|
||||
, autowrapRuntimeDeps ? false
|
||||
, autowrapRuntimeDeps ? true
|
||||
|
||||
# should contain all args but the binary. Can be either a string or list
|
||||
, wrapperArgs ? []
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
tmux,
|
||||
tup,
|
||||
typescript,
|
||||
typescript-language-server,
|
||||
vim,
|
||||
which,
|
||||
xdg-utils,
|
||||
@@ -3298,6 +3299,9 @@ in
|
||||
nvim-lspconfig
|
||||
plenary-nvim
|
||||
];
|
||||
runtimeDeps = [
|
||||
typescript-language-server
|
||||
];
|
||||
};
|
||||
|
||||
nvzone-typr = super.nvzone-typr.overrideAttrs {
|
||||
|
||||
Reference in New Issue
Block a user