Skip to content

Commit 4bc7955

Browse files
committed
neovim: add typos-lsp
1 parent daf617d commit 4bc7955

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

home/neovim.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
texlab
1919
nixd
2020
universal-ctags
21+
typos-lsp
2122
];
2223

2324
extraConfig = # vim
@@ -219,6 +220,7 @@
219220
'astro',
220221
'cssls',
221222
'ts_ls',
223+
'typos_lsp',
222224
}
223225
224226
for _, lsp in ipairs(servers) do

0 commit comments

Comments
 (0)