Master Vim IDE configuration
Find a file
2025-07-28 15:25:36 -04:00
config Correcciones y snippets varios 2025-07-28 15:25:36 -04:00
ftplugin Agrega ollama, markdown preview 2025-06-17 13:13:06 -04:00
local Actualizaciones varias 2025-01-06 14:16:03 -03:00
plugin Varios 2025-05-22 17:41:42 -04:00
userSnippets Correcciones y snippets varios 2025-07-28 15:25:36 -04:00
.gitignore Agrega ollama, markdown preview 2025-06-17 13:13:06 -04:00
.vimrc Correcciones y snippets varios 2025-07-28 15:25:36 -04:00
coc-settings.json Correcciones y snippets varios 2025-07-28 15:25:36 -04:00
readme.md Update readme.md 2025-02-11 17:38:26 -03:00

Components for a robust, vim-based, IDE for Symfony applications

Warning

Phpactor (A PHP Language Server) is needed on your $PATH.

Warning

Nerd Fonts are required. Using ChromeOS? Installation is messy but doable.

Warning

Curl, Node and NPM are required.

Setup

  1. Clone this repo on your home
git clone https://code.confidare.cl/jcataldo/vim .vim
  1. Create symbolic links for .vimrc and .vim/
ln -s ~/.vim/.vimrc ~/.vimrc
  1. Run vim --noplugin once to allow vim-plug to install itself and all the included plugins.

  2. Close and reopen vim.

  3. Install all recommended Coc plugins.

:CocInstall coc-phpactor
:CocInstall coc-json
[...]

Upgrade

  1. git pull to download new commits.

  2. :PlugUpdate to upgrade existing plugins and newly listed ones.

  3. :PlugClean! to remove unlisted plugins.

Plugin List

🧰 General

⌨️ Programming

🖼️ Aesthetic