Skip to content

Commit

Permalink
🔨refactor:;
Browse files Browse the repository at this point in the history
  • Loading branch information
utubo committed Oct 29, 2024
1 parent 0735da2 commit 0cfc72a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .vim/autoload/vimrc/lazyload.vim
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ def! g:VRange(): list<number>
const a = g:VFirstLast()
return range(a[0], a[1])
enddef
packadd vim-textobj-user
packadd lsp
packadd vim-notification
packadd vim-reformatdate
packadd vim-sandwich
packadd vim-notification
packadd vim-textobj-user
au vimrc User Vim9skkModeChanged zenmode#Invalidate()
g:vim9skk = {
keymap: {
Expand Down Expand Up @@ -121,7 +122,6 @@ filetype: ['json'],
path: $'vscode-json-languageserver{ll}',
args: ['--stdio'],
}]
packadd lsp
g:LspOptionsSet(lk)
g:LspAddServer(lm)
nn [l <Cmd>LspDiagPrev<CR>
Expand Down
6 changes: 3 additions & 3 deletions src/.vim/autoload/vimrc/lazyload.src.vim
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ enddef
# プラグイン {{{

# このスクリプト内で必要となるプラグイン {{{
packadd vim-textobj-user
packadd lsp
packadd vim-notification
packadd vim-reformatdate
packadd vim-sandwich
packadd vim-notification
packadd vim-textobj-user
# }}}

# zenmode {{{
Expand Down Expand Up @@ -176,7 +177,6 @@ var lspServers = [{
path: $'vscode-json-languageserver{commandExt}',
args: ['--stdio'],
}]
packadd lsp
g:LspOptionsSet(lspOptions)
g:LspAddServer(lspServers)
nnoremap [l <Cmd>LspDiagPrev<CR>
Expand Down

0 comments on commit 0cfc72a

Please sign in to comment.