Master Vim IDE configuration
Find a file
Juan Cataldo d092f74cbc Configura folding de CSS
- Crea folds entre comentarios tipo:

```css
/**
 *
 * Comentario
 *
 */
```

- Requiere este modeline en la primera del archivo CSS:

```css
/* vim: set foldmethod=expr: */
```
2025-12-10 12:20:27 -03:00
config Aumenta líneas de contexto de Ollama 2025-12-10 12:12:19 -03:00
ftplugin Configura folding de CSS 2025-12-10 12:20:27 -03:00
local Actualizaciones varias 2025-01-06 14:16:03 -03:00
plugin Vuelve a la última posición al reabrir un archivo 2025-12-10 12:19:21 -03:00
userSnippets Agrega snippets 2025-12-10 12:20:02 -03: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 Configura coc-outline 2025-12-10 12:11:59 -03: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