- Make sure you have the release version of Neovim (0.7+).
- install
ripgrep
andfzf
- Clone code to local dir
- Copy
/lua
andinit.lua
to~/.config/nvim/
- Open neovim and execute the command line
:PackerSync
- File navigation with nvim-tree.lua
- Beautiful and configurable icons with nvim-web-devicons
- Pretty and functional statusline with feline.nvim
- Git diffs and more with gitsigns.nvim
- NeoVim Lsp configuration with nvim-lspconfig and lsp-installer
- Autocompletion with nvim-cmp
- File searching, previewing image and text files and more with telescope.nvim.
- Syntax highlighting with nvim-treesitter
- Autoclosing braces and html tags with nvim-autopairs
- Indentlines with indent-blankline.nvim
- Useful snippets with friendly snippets + LuaSnip.
- Popup mappings keysheet whichkey.nvim
- This plugin adds Go language support for Vim vim-go