add lsp
This commit is contained in:
parent
333524778e
commit
dbc8ebe9c1
@ -6,8 +6,16 @@ call plug#begin(stdpath('config') . '/plugged')
|
|||||||
Plug 'https://github.com/junegunn/fzf.vim'
|
Plug 'https://github.com/junegunn/fzf.vim'
|
||||||
Plug 'https://github.com/Tetralux/odin.vim'
|
Plug 'https://github.com/Tetralux/odin.vim'
|
||||||
Plug 'https://github.com/morhetz/gruvbox'
|
Plug 'https://github.com/morhetz/gruvbox'
|
||||||
|
Plug 'https://github.com/neovim/nvim-lspconfig'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
" Setup LSP
|
||||||
|
" ==============================================================================
|
||||||
|
lua <<EOF
|
||||||
|
require('lspconfig').clangd.setup {
|
||||||
|
}
|
||||||
|
EOF
|
||||||
|
|
||||||
" Theme
|
" Theme
|
||||||
" ==============================================================================
|
" ==============================================================================
|
||||||
let g:gruvbox_contrast_dark='hard'
|
let g:gruvbox_contrast_dark='hard'
|
||||||
|
Loading…
Reference in New Issue
Block a user