Created
August 13, 2022 11:46
-
-
Save 4513ECHO/3f1ec8916e2c9a3bf4bf7c66b94b608a to your computer and use it in GitHub Desktop.
test vimrc of vim-lsp-settings and deno lsp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if &compatible | |
set nocompatible | |
endif | |
set rtp^=~/.cache/nvim/dein/repos/github.com/prabirshrestha/vim-lsp | |
set rtp^=~/.cache/nvim/dein/repos/github.com/mattn/vim-lsp-settings | |
let g:lsp_log_file = expand('<sfile>:p:h') .. '/vim-lsp.log' | |
let g:lsp_settings_filetype_typescript = 'deno' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment