Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
get-me-power committed Aug 30, 2023
1 parent baa1aef commit 5936bbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions minpac.vim
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function! s:init() abort
call minpac#add('lambdalisue/suda.vim')
call minpac#add('lambdalisue/glyph-palette.vim')
call minpac#add('mattn/vim-lsp-settings')
call minpac#add('OmniSharp/omnisharp-vim')
call minpac#add('prabirshrestha/vim-lsp')
call minpac#add('prabirshrestha/asyncomplete.vim')
call minpac#add('prabirshrestha/asyncomplete-lsp.vim')
Expand All @@ -42,7 +41,6 @@ function! s:init() abort
call minpac#add('osyo-manga/vim-textobj-multiblock')
call minpac#add('sgur/vim-textobj-parameter')
"lazy loading
call minpac#add('dense-analysis/ale', {'type': 'opt'})
call minpac#add('vim-jp/vital.vim', {'type': 'opt'})
endfunction
function! s:install() abort
Expand Down
3 changes: 3 additions & 0 deletions plugin.d/lsp.vim
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ augroup lsp_install
au!
autocmd User lsp_buffer_enabled call s:on_lsp_buffer_enabled()
augroup END

let lsp_log_verbose=1
let lsp_log_file = '/tmp/lsp.log'

0 comments on commit 5936bbe

Please sign in to comment.