Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- call plug#begin('~/.config/nvim/plugged')
- Plug 'prabirshrestha/asyncomplete.vim'
- Plug 'prabirshrestha/async.vim'
- Plug 'prabirshrestha/vim-lsp'
- Plug 'prabirshrestha/asyncomplete-lsp.vim'
- Plug 'zah/nim.vim'
- call plug#end()
- set clipboard=unnamedplus
- set mouse=a
- filetype plugin on
- filetype plugin indent on
- syntax on
- if executable('nimlsp')
- au User lsp_setup call lsp#register_server({
- \ 'name': 'nimlsp',
- \ 'cmd': {server_info->['/home/stef/Desktop/Nim/bin/nimlsp']},
- \ 'whitelist': ['nim'],
- \ })
- endif
- let g:lsp_log_verbose = 1
- let g:lsp_log_file = expand('/tmp/vim-lsp.log')
- " for asyncomplete.vim log
- let g:asyncomplete_log_file = expand('/tmp/asyncomplete.log')
Advertisement
Add Comment
Please, Sign In to add comment