feat: some config refining and blender
This commit is contained in:
parent
178e199bb7
commit
78d5115aac
5 changed files with 24 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
{...}: {
|
||||
plugins = {
|
||||
lsp-signature.enable = true;
|
||||
lsp-status.enable = true;
|
||||
lsp = {
|
||||
enable = true;
|
||||
servers = {
|
||||
|
@ -29,6 +31,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Haskell
|
||||
hls.enable = true;
|
||||
|
||||
# For TypeScript
|
||||
ts_ls.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue