neovim: add typos-lsp

This commit is contained in:
Donovan Glover 2025-03-26 10:00:40 -04:00
parent daf617d1c9
commit 4bc7955f42
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -18,6 +18,7 @@
texlab
nixd
universal-ctags
typos-lsp
];
extraConfig = # vim
@ -219,6 +220,7 @@
'astro',
'cssls',
'ts_ls',
'typos_lsp',
}
for _, lsp in ipairs(servers) do