https://github.com/alle-bartoli/too-lazyvim-conf
My too LazyVim configuration
https://github.com/alle-bartoli/too-lazyvim-conf
bash lazyvim lua neovim scripting terminal vim zsh
Last synced: 4 months ago
JSON representation
My too LazyVim configuration
- Host: GitHub
- URL: https://github.com/alle-bartoli/too-lazyvim-conf
- Owner: alle-bartoli
- License: apache-2.0
- Created: 2024-07-16T08:23:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-14T17:42:56.000Z (4 months ago)
- Last Synced: 2026-02-15T01:41:49.462Z (4 months ago)
- Topics: bash, lazyvim, lua, neovim, scripting, terminal, vim, zsh
- Language: Lua
- Homepage: https://github.com/alle-bartoli/too-lazyvim-conf
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# too-lazyvim-conf/
## Install Instructions
> Install requires Neovim 0.9+. Always review the code before installing a configuration.
Clone the repository and install the plugins:
```sh
git clone git@github.com:alle-bartoli/too-lazyvim-conf ~/.config/alle-bartoli/too-lazyvim-conf
```
Open Neovim with this config:
```sh
NVIM_APPNAME=alle-bartoli/too-lazyvim-conf/ nvim
```
## Plugins
### color
- [echasnovski/mini.hipatterns](https://dotfyle.com/plugins/echasnovski/mini.hipatterns)
### colorscheme
- [0xstepit/flow.nvim](https://dotfyle.com/plugins/0xstepit/flow.nvim)
- [craftzdog/solarized-osaka.nvim](https://dotfyle.com/plugins/craftzdog/solarized-osaka.nvim)
- [slugbyte/lackluster.nvim](https://dotfyle.com/plugins/slugbyte/lackluster.nvim)
### colorscheme-creation
- [rktjmp/lush.nvim](https://dotfyle.com/plugins/rktjmp/lush.nvim)
### comment
- [folke/todo-comments.nvim](https://dotfyle.com/plugins/folke/todo-comments.nvim)
- [danymat/neogen](https://dotfyle.com/plugins/danymat/neogen)
### debugging
- [mfussenegger/nvim-dap](https://dotfyle.com/plugins/mfussenegger/nvim-dap)
### editing-support
- [folke/zen-mode.nvim](https://dotfyle.com/plugins/folke/zen-mode.nvim)
### file-explorer
- [nvim-neo-tree/neo-tree.nvim](https://dotfyle.com/plugins/nvim-neo-tree/neo-tree.nvim)
### fuzzy-finder
- [ibhagwan/fzf-lua](https://dotfyle.com/plugins/ibhagwan/fzf-lua)
- [nvim-telescope/telescope.nvim](https://dotfyle.com/plugins/nvim-telescope/telescope.nvim)
### icon
- [nvim-tree/nvim-web-devicons](https://dotfyle.com/plugins/nvim-tree/nvim-web-devicons)
### lsp
- [neovim/nvim-lspconfig](https://dotfyle.com/plugins/neovim/nvim-lspconfig)
- [mfussenegger/nvim-lint](https://dotfyle.com/plugins/mfussenegger/nvim-lint)
### lsp-installer
- [williamboman/mason.nvim](https://dotfyle.com/plugins/williamboman/mason.nvim)
### motion
- [folke/flash.nvim](https://dotfyle.com/plugins/folke/flash.nvim)
### plugin-manager
- [folke/lazy.nvim](https://dotfyle.com/plugins/folke/lazy.nvim)
### preconfigured
- [LazyVim/LazyVim](https://dotfyle.com/plugins/LazyVim/LazyVim)
### snippet
- [rafamadriz/friendly-snippets](https://dotfyle.com/plugins/rafamadriz/friendly-snippets)
### statusline
- [nvim-lualine/lualine.nvim](https://dotfyle.com/plugins/nvim-lualine/lualine.nvim)
- [b0o/incline.nvim](https://dotfyle.com/plugins/b0o/incline.nvim)
### syntax
- [nvim-treesitter/nvim-treesitter](https://dotfyle.com/plugins/nvim-treesitter/nvim-treesitter)
### tabline
- [akinsho/bufferline.nvim](https://dotfyle.com/plugins/akinsho/bufferline.nvim)
### utility
- [folke/noice.nvim](https://dotfyle.com/plugins/folke/noice.nvim)
- [echasnovski/mini.animate](https://dotfyle.com/plugins/echasnovski/mini.animate)
- [rcarriga/nvim-notify](https://dotfyle.com/plugins/rcarriga/nvim-notify)
## Language Servers
- astro
- cmake
- flow
- graphql
- pyright
- ruff_lsp
- svelte
- vtsls
This readme was generated by [Dotfyle](https://dotfyle.com)