{"id":29903416,"url":"https://github.com/pol-p/nvim-config","last_synced_at":"2026-04-17T00:02:12.450Z","repository":{"id":305690714,"uuid":"1018251284","full_name":"pol-p/nvim-config","owner":"pol-p","description":"Modern \u0026 minimalist Neovim configuration with LSP, Telescope, Neo-tree, and Catppuccin theme. Ready-to-use setup with smart autocompletion and snippets.","archived":false,"fork":false,"pushed_at":"2025-08-26T21:49:38.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-27T06:34:47.901Z","etag":null,"topics":["catppuccin","editorconfig","lazy-nvim","lsp","lua","neovim","telescope"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pol-p.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-11T22:01:32.000Z","updated_at":"2025-08-26T21:49:41.000Z","dependencies_parsed_at":"2025-08-26T23:41:09.385Z","dependency_job_id":"29481b67-632f-450a-a614-6d600b2ebc49","html_url":"https://github.com/pol-p/nvim-config","commit_stats":null,"previous_names":["pol-p/nvim-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pol-p/nvim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pol-p%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pol-p%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pol-p%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pol-p%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pol-p","download_url":"https://codeload.github.com/pol-p/nvim-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pol-p%2Fnvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31909235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["catppuccin","editorconfig","lazy-nvim","lsp","lua","neovim","telescope"],"created_at":"2025-08-01T17:01:15.209Z","updated_at":"2026-04-17T00:02:12.438Z","avatar_url":"https://github.com/pol-p.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mi Configuración de Neovim\n\nUna configuración moderna y minimalista de Neovim usando lazy.nvim como gestor de plugins.\n\n## Características\n\n- 📦 **Gestión de plugins**: [lazy.nvim](https://github.com/folke/lazy.nvim)\n- 🎨 **Tema**: [Catppuccin Mocha](https://github.com/catppuccin/nvim)\n- 🔍 **Búsqueda**: [Telescope](https://github.com/nvim-telescope/telescope.nvim)\n- 📁 **Explorador de archivos**: [Neo-tree](https://github.com/nvim-neo-tree/neo-tree.nvim)\n- 🌳 **Sintaxis mejorada**: [Treesitter](https://github.com/nvim-treesitter/nvim-treesitter)\n- 📊 **Barra de estado**: [Lualine](https://github.com/nvim-lualine/lualine.nvim)\n- 🔧 **LSP**: [lsp-zero](https://github.com/VonHeikemen/lsp-zero.nvim) con Mason\n- ✂️ **Snippets**: [LuaSnip](https://github.com/L3MON4D3/LuaSnip)\n- 🔄 **Autopairs**: Cierre automático de paréntesis y comillas\n- 🤖 **AI**: [GitHub Copilot](https://github.com/github/copilot.vim) para sugerencias de código\n- 🚀 **Productividad**: nvim-surround para manipulación de texto\n- ⚡ **Atajos personalizados**: Keymaps optimizados para flujo de trabajo\n\n## Requisitos\n\n- **Neovim** \u003e= 0.9.0\n- **Git** para la instalación de plugins\n- **Node.js** (para algunos LSP servers)\n- **Go** (para gopls)\n- Una terminal con soporte para true color\n\n## 🛠️ Instalación\n\n### 1. Hacer backup de tu configuración actual (opcional)\n\n```bash\nmv ~/.config/nvim ~/.config/nvim.backup\n```\n\n### 2. Clonar esta configuración\n\n```bash\ngit clone https://github.com/tu-usuario/nvim-config ~/.config/nvim\n```\n\n### 3. Abrir Neovim\n\n```bash\nnvim\n```\n\nLos plugins se instalarán automáticamente en el primer arranque.\n\n## ⌨️ Keymaps Principales\n\n### General\n- `\u003cSpace\u003e` - Leader key\n\n### Telescope (Búsqueda)\n- `\u003cleader\u003eff` - Buscar archivos\n- `\u003cleader\u003efg` - Buscar texto (live grep)\n- `\u003cleader\u003efb` - Buscar buffers\n- `\u003cleader\u003efh` - Buscar ayuda\n\n### Neo-tree (Explorador)\n- `\u003cleader\u003ee` - Toggle Neo-tree\n- `\u003cleader\u003eo` - Focus en Neo-tree\n\n### Navegación entre ventanas\n- `\u003cC-h\u003e` - Ventana izquierda\n- `\u003cC-l\u003e` - Ventana derecha\n- `\u003cC-j\u003e` - Ventana inferior\n- `\u003cC-k\u003e` - Ventana superior\n- `\u003cleader\u003ex` - Cerrar ventana actual\n\n### LSP\n- `gd` - Ir a definición\n- `K` - Mostrar documentación\n- `\u003cleader\u003eca` - Acciones de código\n- `\u003cleader\u003ed` - Mostrar diagnósticos\n- `[d` / `]d` - Navegar entre diagnósticos\n\n### Autocompletado\n- `\u003cTab\u003e` - Siguiente sugerencia / expandir snippet\n- `\u003cS-Tab\u003e` - Sugerencia anterior / saltar atrás en snippet\n- `\u003cEnter\u003e` - Confirmar selección\n- `\u003cC-Space\u003e` - Forzar autocompletado\n- `\u003cC-e\u003e` - Cancelar autocompletado\n\n### GitHub Copilot (AI)\n- `\u003cC-y\u003e` - Aceptar sugerencia de Copilot\n- `Alt+]` - Siguiente sugerencia (keymap nativo)\n- `Alt+[` - Sugerencia anterior (keymap nativo)  \n- `\u003cC-]\u003e` - Rechazar sugerencia (keymap nativo)\n\n### Productividad\n- `\u003cleader\u003ed` - Duplicar línea actual\n- `\u003cleader\u003eh` - Limpiar resaltado de búsqueda\n- `\u003cleader\u003ew` - Guardar archivo rápido\n- `\u003cC-a\u003e` - Seleccionar todo\n- `\u003cC-j\u003e` - Mover línea/selección hacia abajo\n- `\u003cC-k\u003e` - Mover línea/selección hacia arriba\n\n### Manipulación de texto (nvim-surround)\n- `ys{movimiento}{carácter}` - Añadir delimitador alrededor\n- `ds{carácter}` - Eliminar delimitador\n- `cs{origen}{destino}` - Cambiar delimitador\n- Ejemplo: `cs\"'` cambia \"hola\" por 'hola'\n\n### Comandos nativos de Vim (ya disponibles)\n- `ci\"` - **C**ambiar dentro de \"comillas\" (borra y entra en insert)\n- `di\"` - **D**eliminar dentro de \"comillas\" (solo borra)\n- `yi\"` - **C**opiar dentro de \"comillas\"\n- `vi\"` - **S**eleccionar dentro de \"comillas\"\n- Funciona con: `\"` `'` `` ` `` `(` `)` `[` `]` `{` `}` `\u003c` `\u003e`\n\n### Modo visual mejorado\n- `\u003cC-j\u003e` / `\u003cC-k\u003e` - Mover selección arriba/abajo manteniendo selección\n- `\u003c` / `\u003e` - Indentar izquierda/derecha manteniendo selección\n\n## 🏛️ Estructura\n\n```\n~/.config/nvim/\n├── init.lua                 # Configuración principal\n├── lua/\n│   ├── config/\n│   │   └── lazy.lua        # Configuración de lazy.nvim\n│   └── plugins/\n│       ├── colorscheme.lua # Tema Catppuccin\n│       ├── copilot.lua     # GitHub Copilot AI\n│       ├── lsp.lua         # LSP y autocompletado\n│       ├── lualine.lua     # Barra de estado\n│       ├── neotree.lua     # Explorador de archivos\n│       ├── productivity.lua # Atajos de productividad\n│       ├── telescope.lua   # Búsqueda fuzzy\n│       └── treesitter.lua  # Sintaxis mejorada\n├── lazy-lock.json          # Versiones de plugins (generado)\n└── README.md               # Este archivo\n```\n\n## 🎨 Personalización\n\n### Cambiar tema\n\nEdita `lua/plugins/colorscheme.lua` y cambia `flavour`:\n\n```lua\nflavour = \"latte\"  -- latte, frappe, macchiato, mocha\n```\n\n### Añadir nuevos plugins\n\nCrea un nuevo archivo en `lua/plugins/` o añade al existente:\n\n```lua\nreturn {\n  \"autor/plugin\",\n  config = function()\n    -- configuración\n  end\n}\n```\n\n### Configurar nuevos LSP\n\nEdita `ensure_installed` en `lua/plugins/lsp.lua`:\n\n```lua\nensure_installed = {'gopls', 'lua_ls', 'ts_ls', 'pyright'},\n```\n\n## ⚙️ Solución de problemas\n\n### Los plugins no se instalan\n1. Verifica tu conexión a internet\n2. Ejecuta `:Lazy sync` en Neovim\n\n### LSP no funciona\n1. Verifica que el servidor esté instalado: `:Mason`\n2. Revisa los logs: `:LspLog`\n\n### Iconos no se muestran\n1. Instala una Nerd Font\n2. Configura tu terminal para usar la fuente\n\n### Tecla Escape no funciona\nSi la tecla Escape no cambia de Insert a Normal mode:\n1. Verifica que no hay conflictos con `\u003cC-[\u003e` (equivalente a Escape)\n2. Usa `\u003cC-c\u003e` como alternativa a Escape\n3. Revisa configuración del terminal (iTerm2/Terminal.app)\n\n## 📚 Recursos útiles\n\n- [Documentación de Neovim](https://neovim.io/doc/)\n- [lazy.nvim](https://github.com/folke/lazy.nvim)\n- [Awesome Neovim](https://github.com/rockerBOO/awesome-neovim)\n\n## 📄 Licencia\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpol-p%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpol-p%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpol-p%2Fnvim-config/lists"}