Mercurial > vim
diff .vimrc @ 11:eeda6b1401ae
changing files to .vim
| author | luka |
|---|---|
| date | Fri, 28 Nov 2025 08:45:17 -0500 |
| parents | 34930197e9d4 |
| children | 08bdff1abb15 |
line wrap: on
line diff
--- a/.vimrc Fri Oct 31 14:24:31 2025 -0400 +++ b/.vimrc Fri Nov 28 08:45:17 2025 -0500 @@ -6,7 +6,7 @@ inoremap <C-a> <C-x><C-i> " Support for tags closing and classes -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 @@ -83,17 +83,17 @@ " 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' @@ -106,7 +106,7 @@ call plug#end() " CTRLP -source $HOME/.vim/plugins/ctrlp +source $HOME/.vim/plugins/ctrlp.vim " Netwr set nocp
