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 = {
servers = {
emmet_ls = {
emmet-ls = {
enable = true;
filetypes = [
"astro"

View File

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