mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
neovim: add typos-lsp
This commit is contained in:
parent
daf617d1c9
commit
4bc7955f42
@ -18,6 +18,7 @@
|
|||||||
texlab
|
texlab
|
||||||
nixd
|
nixd
|
||||||
universal-ctags
|
universal-ctags
|
||||||
|
typos-lsp
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = # vim
|
extraConfig = # vim
|
||||||
@ -219,6 +220,7 @@
|
|||||||
'astro',
|
'astro',
|
||||||
'cssls',
|
'cssls',
|
||||||
'ts_ls',
|
'ts_ls',
|
||||||
|
'typos_lsp',
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, lsp in ipairs(servers) do
|
for _, lsp in ipairs(servers) do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user