added lsp support and better autocomplete

main
The_miro 2025-03-31 08:46:01 +02:00
parent 9f89f4ae28
commit b891bc764c
1 changed files with 12 additions and 0 deletions

View File

@ -12,6 +12,18 @@ Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes' Plug 'vim-airline/vim-airline-themes'
Plug 'voldikss/vim-floaterm' Plug 'voldikss/vim-floaterm'
Plug 'rust-lang/rust.vim' Plug 'rust-lang/rust.vim'
Plug 'neovim/nvim-lspconfig'
Plug 'hrsh7th/cmp-nvim-lsp'
Plug 'hrsh7th/cmp-buffer'
Plug 'hrsh7th/cmp-path'
Plug 'hrsh7th/cmp-cmdline'
Plug 'hrsh7th/nvim-cmp'
Plug 'hrsh7th/cmp-vsnip'
Plug 'hrsh7th/vim-vsnip'
call plug#end() call plug#end()
colorscheme cyberqueer colorscheme cyberqueer
let g:airline_powerline_fonts = 1 let g:airline_powerline_fonts = 1