fix depreciations
This commit is contained in:
parent
079d815a47
commit
4025bb6c1b
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
plugins.lsp = {
|
plugins.lsp = {
|
||||||
servers = {
|
servers = {
|
||||||
emmet_ls = {
|
emmet-ls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
filetypes = [
|
filetypes = [
|
||||||
"astro"
|
"astro"
|
||||||
|
|
|
||||||
|
|
@ -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"];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue