Mercurial > vim
diff .vimrc @ 16:d30762aa23dd
merge
| author | Luka Sitas <lsitas@avatarasoftware.com> |
|---|---|
| date | Tue, 02 Dec 2025 19:44:32 -0500 |
| parents | 027a85d0e60e 08bdff1abb15 |
| children | 412c33afd395 |
line wrap: on
line diff
--- a/.vimrc Tue Dec 02 12:13:02 2025 -0500 +++ b/.vimrc Tue Dec 02 19:44:32 2025 -0500 @@ -9,7 +9,7 @@ " Support for tags closing and classes source $HOME/.vim/plugins/vim-ai.vim -source $HOME/.vim/plugins/taghelp +source $HOME/.vim/plugins/taghelp.vim source $HOME/.vim/plugins/dbtables/dbtables.vim source $HOME/.vim/plugins/hghelp/hghelp.vim source $HOME/.vim/plugins/globalsearch.vim @@ -90,23 +90,21 @@ " Environment Plugins " " NERDTree -source $HOME/.vim/plugins/nerdtree +source $HOME/.vim/plugins/nerdtree.vim " Coding and language specifics " " LSP - ale -source $HOME/.vim/plugins/ale +source $HOME/.vim/plugins/ale.vim " Blade Plug 'jwalton512/vim-blade', { 'for': 'php' } " Use release branch (recommended) -source $HOME/.vim/plugins/coc +source $HOME/.vim/plugins/coc.vim " AI-ify Plug 'madox2/vim-ai' - - " LLama.vim " put before llama.vim loads " let g:llama_config = { 'show_info': 0, 'endpoint': 'http://127.0.0.1:8012/infill' } @@ -115,7 +113,7 @@ call plug#end() " CTRLP -source $HOME/.vim/plugins/ctrlp +source $HOME/.vim/plugins/ctrlp.vim " Netwr set nocp
