clean up vimrc

This commit is contained in:
Barak Michener 2024-10-16 10:30:44 -07:00
parent 88ab0c75e4
commit e79633362e
4 changed files with 24 additions and 603 deletions

View file

@ -159,7 +159,7 @@ nvim_lsp.pyright.setup({
--})
nvim_lsp.clangd.setup { on_attach = on_attach, capabilities = default_capabilities }
nvim_lsp.tsserver.setup {
nvim_lsp.ts_ls.setup {
cmd = { "/home/barak/.yarn/bin/typescript-language-server", "--stdio" }
}
nvim_lsp.vuels.setup {