Skip to content

Instantly share code, notes, and snippets.

@4513ECHO
Created August 13, 2022 11:46
Show Gist options
  • Save 4513ECHO/3f1ec8916e2c9a3bf4bf7c66b94b608a to your computer and use it in GitHub Desktop.
Save 4513ECHO/3f1ec8916e2c9a3bf4bf7c66b94b608a to your computer and use it in GitHub Desktop.
test vimrc of vim-lsp-settings and deno lsp
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