nae.nvim, now einked!
- clone this repository into your neovim config directory:
git clone https://github.com/naestech/nvim ~/.config/nvim - install the required dependencies using lazy.nvim.
- launch neovim and run
:Lazyto sync and install the plugins.
| plugin | description |
|---|---|
| alpha.nvim | greeter. |
| auto-session.nvim | automatic session management. |
| autopairs.nvim | automatic pairing of brackets and quotes. |
| bufferline.nvim | buffer line. |
| colorscheme.nvim | eink colorscheme. |
| comment.nvim | easy commenting. |
| dressing.nvim | enhance vim's default UI. |
| formatting.nvim | formatting tools. |
| gitsigns.nvim | git integration. |
| golf.nvim | vim motions keystroke game. |
| indent-blankline.nvim | indentation guides. |
| init.nvim | initial configuration for nvim. |
| lazygit.nvim | integrate lazygit with nvim. |
| linting.nvim | linting support. |
| lualine.nvim | status line. |
| lush.nvim.nvim | create color schemes with lua. |
| nvim-cmp.nvim | autocompletion plugin. |
| nvim-tree.nvim | file explorer. |
| substitute.nvim | text substitution tool. |
| surround.nvim | surrounding text objects. |
| telescope.nvim | fuzzy finder over files, buffers, etc. |
| todo-comments.nvim | manage TODO comments. |
| treesitter.nvim | syntax highlighting. |
| trouble.nvim | diagnostics list. |
| vim-maximizer.nvim | maximizes and restores current window. |
| vim-be-better.nvim | vim motions game. |
| which-key.nvim | display available keybindings. |
| yanky.nvim | improved yank and put functionalities. |
this configuration would not be possible without josean's tutorial.