mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
6 lines
154 B
Plaintext
6 lines
154 B
Plaintext
set encoding=utf-8
|
|
set rtp+=vim-lsp
|
|
runtime plugin/lsp.vim
|
|
call themis#option('recursive', 1)
|
|
call themis#helper('command').with(themis#helper('assert'))
|