X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/5a4872f466ebd76ddd532bdf2798554421c53df4..fe3919e725e156d751069662d11e38f7b4791de1:/.vim/bundle/vim-lsp/test/.themisrc diff --git a/.vim/bundle/vim-lsp/test/.themisrc b/.vim/bundle/vim-lsp/test/.themisrc new file mode 100644 index 00000000..00b7c27a --- /dev/null +++ b/.vim/bundle/vim-lsp/test/.themisrc @@ -0,0 +1,10 @@ +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