fix depreciations

This commit is contained in:
Patrick Neff 2024-06-03 23:51:10 +02:00
parent 079d815a47
commit 4025bb6c1b
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
plugins.lsp = { plugins.lsp = {
servers = { servers = {
emmet_ls = { emmet-ls = {
enable = true; enable = true;
filetypes = [ filetypes = [
"astro" "astro"

View File

@ -1,7 +1,7 @@
{ {
plugins.lsp = { plugins.lsp = {
servers = { servers = {
nil_ls = { nil-ls = {
enable = true; enable = true;
settings.formatting.command = ["alejandra"]; settings.formatting.command = ["alejandra"];
}; };