Skip to content

Commit

Permalink
some vim plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKnarf committed Aug 6, 2024
1 parent cd45a4a commit 401f6df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vim/coc-settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"pairs": {
"enableCharacters": []
}
}
6 changes: 6 additions & 0 deletions vim/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ Plug 'leafgarland/typescript-vim'
Plug 'editorconfig/editorconfig-vim'
Plug 'ziglang/zig.vim'

" Language server support
" Plug 'neoclide/coc.nvim', {'branch': 'release'}

" Database
" Plug 'tpope/vim-dadbod'
" Plug 'kristijanhusak/vim-dadbod-completion'

0 comments on commit 401f6df

Please sign in to comment.