Add lsp to neovim
This commit is contained in:
parent
d0eed33b5f
commit
d6a67d9202
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ Plug 'preservim/vim-markdown'
|
|||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
Plug 'lervag/vimtex'
|
||||
Plug 'nvarner/typst-lsp'
|
||||
Plug 'williamboman/mason-lspconfig.nvim'
|
||||
Plug 'williamboman/mason.nvim'
|
||||
Plug 'neovim/nvim-lspconfig'
|
||||
Plug 'kaarmu/typst.vim'
|
||||
let g:vimtex_view_method = 'zathura'
|
||||
let g:coc_filetype_map = {'tex': 'latex'}
|
||||
|
|
Loading…
Reference in a new issue