Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (6 months ago)
- Default Branch: dev
- Last Pushed: 2024-10-18T14:54:24.000Z (2 months ago)
- Last Synced: 2024-10-19T11:59:08.429Z (2 months ago)
- Topics: bash, lazyvim, lua, neovim, scripting, terminal, vim, zsh
- Language: Lua
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💤 LazyVim
Custom template for [LazyVim](https://github.com/LazyVim/LazyVim).
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.## 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 [email protected]: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
### colorscheme
- [craftzdog/solarized-osaka.nvim](https://dotfyle.com/plugins/craftzdog/solarized-osaka.nvim)
- [slugbyte/lackluster.nvim](https://dotfyle.com/plugins/slugbyte/lackluster.nvim)
- [0xstepit/flow.nvim](https://dotfyle.com/plugins/0xstepit/flow.nvim)### colorscheme-creation
- [rktjmp/lush.nvim](https://dotfyle.com/plugins/rktjmp/lush.nvim)
### completion
- [hrsh7th/nvim-cmp](https://dotfyle.com/plugins/hrsh7th/nvim-cmp)
### diagnostics
- [folke/trouble.nvim](https://dotfyle.com/plugins/folke/trouble.nvim)
### file-explorer
- [nvim-neo-tree/neo-tree.nvim](https://dotfyle.com/plugins/nvim-neo-tree/neo-tree.nvim)
### fuzzy-finder
- [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)
- [smjonas/inc-rename.nvim](https://dotfyle.com/plugins/smjonas/inc-rename.nvim)
- [jose-elias-alvarez/typescript.nvim](https://dotfyle.com/plugins/jose-elias-alvarez/typescript.nvim)
- [simrat39/symbols-outline.nvim](https://dotfyle.com/plugins/simrat39/symbols-outline.nvim)### lsp-installer
- [williamboman/mason.nvim](https://dotfyle.com/plugins/williamboman/mason.nvim)
### lua-colorscheme
- [ellisonleao/gruvbox.nvim](https://dotfyle.com/plugins/ellisonleao/gruvbox.nvim)
### motion
- [folke/flash.nvim](https://dotfyle.com/plugins/folke/flash.nvim)
### nvim-dev
- [MunifTanjim/nui.nvim](https://dotfyle.com/plugins/MunifTanjim/nui.nvim)
### plugin-manager
- [folke/lazy.nvim](https://dotfyle.com/plugins/folke/lazy.nvim)
### preconfigured
- [LazyVim/LazyVim](https://dotfyle.com/plugins/LazyVim/LazyVim)
### snippet
- [L3MON4D3/LuaSnip](https://dotfyle.com/plugins/L3MON4D3/LuaSnip)
### startup
- [nvimdev/dashboard-nvim](https://dotfyle.com/plugins/nvimdev/dashboard-nvim)
### statusline
- [b0o/incline.nvim](https://dotfyle.com/plugins/b0o/incline.nvim)
- [nvim-lualine/lualine.nvim](https://dotfyle.com/plugins/nvim-lualine/lualine.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
- [echasnovski/mini.animate](https://dotfyle.com/plugins/echasnovski/mini.animate)
- [folke/noice.nvim](https://dotfyle.com/plugins/folke/noice.nvim)
- [rcarriga/nvim-notify](https://dotfyle.com/plugins/rcarriga/nvim-notify)## Language Servers
- astro
- cmake
- flow
- graphql
- html
- svelte
- taploThis readme was generated by [Dotfyle](https://dotfyle.com)