https://github.com/mathiew82/lazyvim-config
LazyVim custom config
https://github.com/mathiew82/lazyvim-config
Last synced: 3 months ago
JSON representation
LazyVim custom config
- Host: GitHub
- URL: https://github.com/mathiew82/lazyvim-config
- Owner: Mathiew82
- License: apache-2.0
- Created: 2024-02-07T05:03:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T23:35:35.000Z (about 1 year ago)
- Last Synced: 2025-01-05T07:15:04.652Z (5 months ago)
- Language: Lua
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💤 My Custom [LazyVim](https://www.lazyvim.org/)
> [!NOTE]
> You can install, update, and remove this configuration with a small Python script I created to more easily maintain this configuration.
> [Config Manager](https://github.com/Mathiew82/lazyvim-config-manager)### 🎨 Theme
[gruvbox](https://github.com/morhetz/gruvbox) / Configuration in lua/plugins/colorscheme.lua
### 💾 Additional Plugins
- [numToStr/Comment.nvim](https://github.com/numToStr/Comment.nvim) / Plugin to add or delete comments
- [stevearc/oil.nvim](https://github.com/stevearc/oil.nvim) / Plugin to manage folders and files
- [mg979/vim-visual-multi](https://github.com/mg979/vim-visual-multi) / Plugin to use multi cursor
- [machakann/vim-sandwich](https://github.com/machakann/vim-sandwich) / Plugin to work with stuff that comes in pairs### 🪅 All Parsers to Treesitter
- "bash"
- "html"
- "css"
- "scss"
- "javascript"
- "vue"
- "svelte"
- "astro"
- "json"
- "lua"
- "markdown"
- "markdown_inline"
- "python"
- "query"
- "regex"
- "tsx"
- "typescript"
- "vim"
- "yaml"
- "php"
- "git_config"
- "gitcommit"
- "gitignore"
- "sql"### 👌 Recommendations
- [Lazygit](https://github.com/jesseduffield/lazygit) / A simple terminal UI for git commands (No need to configure it in nvim. Just press **space g g**)
- [Delta](https://github.com/dandavison/delta) / To display changes made to a file
- [Tutorial to configure lazygit with delta](https://www.youtube.com/watch?v=V4zSWxnRYN4)### 🎬 YouTube channels that talk about neovim
- [@ThePrimeTimeagen](https://www.youtube.com/@ThePrimeTimeagen) / English
- [@devaslife](https://www.youtube.com/@devaslife) / English
- [@teej_dv](https://www.youtube.com/@teej_dv) / English
- [@GentlemanProgramming](https://www.youtube.com/@GentlemanProgramming) / Spanish
- [@Alpha_Dev](https://www.youtube.com/@Alpha_Dev) / Spanish