mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-03 13:54:29 +02:00
plugins/lsp: fix tinymist implementation and update options
This commit is contained in:
parent
95361fda3c
commit
94535b24a2
3 changed files with 72 additions and 32 deletions
|
@ -126,6 +126,9 @@ let
|
|||
};
|
||||
};
|
||||
};
|
||||
tinymist = {
|
||||
settingsOptions = import ./tinymist-settings.nix { inherit lib; };
|
||||
};
|
||||
vls = {
|
||||
extraOptions = {
|
||||
autoSetFiletype = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue