fix depreciations
This commit is contained in:
parent
079d815a47
commit
4025bb6c1b
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
plugins.lsp = {
|
||||
servers = {
|
||||
emmet_ls = {
|
||||
emmet-ls = {
|
||||
enable = true;
|
||||
filetypes = [
|
||||
"astro"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
plugins.lsp = {
|
||||
servers = {
|
||||
nil_ls = {
|
||||
nil-ls = {
|
||||
enable = true;
|
||||
settings.formatting.command = ["alejandra"];
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue