Files
vim-lsp-mirror/test/.themisrc
Prabir Shrestha 4ff1d41412 [WIP] do not merge: integration tests with language servers (#959)
* download rust-analyzer

* added empty testproject-rust

* add integration tests for LspDocumentFormatSync

* wipeout all buffer

* set shiftwidth and tabstop

* set gobal shiftwidth and tabstop

* remove tabstop

* sleep 100m

* remove l:got

* get latest line

* sleep 4000m

* use setl shiftwidth=4

* use %bwipeout!

* wait for rust-analyzer to start

* fix lint issues

* indent left

* remove log

* disable log

* set timeout to 10sec

* add 100m sleep

* download rust-analyzer for linux neovim

* add message to diagnostics test

* severity is optional in diagnostics

* download rust-analyzer for mac_neovim

* update README.md with test section
2020-12-23 20:10:22 -08:00

11 lines
323 B
VimL

set encoding=utf-8
call themis#option('recursive', 1)
call themis#option('reporter', 'spec')
call themis#helper('command').with(themis#helper('assert'))
set runtimepath+=./test/utils
" let g:lsp_log_verbose = 1
" let g:lsp_log_file = expand("~/.config/nvim/data/lsp.log")
autocmd BufNewFile,BufRead *.rs setfiletype rust