NeoPacked is a compact neovim config that fit for everyone needs. NeoPacked uses vimscript and lua in a one configuration, So it's not particularly a performance beast. NeoPacked is built for everyday programmer that just want to start using neovim that doesnt really care about the editor performance.
- Vscode like theme by vim-code-dark
- Pretty statusline by lualine.nvim
- File navigation / manager with nvim-tree.lua
- Basic but functional bufferline by vim-buftabline
- Pretty and customizable terminal toggler by toggleterm.nvim
- Customizable screen greeter by alpha-nvim
- A highly extendable fuzzy finder by telescope.nvim
- Autocompletion with coc.nvim
- Syntax highlighting with nvim-treesitter
- Autoclosing braces and html tags with nvim-autopairs
- Colorhighlighter for css, hex, etc (you need to manually configure it) by nvim-colorizer.lua
- Multiple cursor experience by vim-visual-multi
-
This configuration only works for windows out of the box, you need to modify a few things to make this config work on other operating system
-
I recommend not to clone and directly install this config, but to fork it, inspect the code, and adjust it to your preference. The best neovim configuration is what you make, and this config is only supposed to provide you the tools to do so.
Run these commands on Powershell!
move ~/AppData/Local/nvim ~/AppData/Local/nvimbackup
git clone https://github.com/TheLaziestDog/NeoPacked
iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |`
ni "$(@($env:XDG_DATA_HOME, $env:LOCALAPPDATA)[$null -eq $env:XDG_DATA_HOME])/nvim-data/site/autoload/plug.vim" -Force
nvim +PlugInstall
Enter :CocInstall
followed by the name of the languge / server / extensions you want to install
Example: :CocInstall coc-pyright
Enter :TSInstall
followed by the name of the language you want to install
Example: :TSInstall python
Run :PlugInstall
to install plugins
Run :PlugClean
to remove any disabled or unused plugins
Run :PlugUpdate
to update plugins
You can contribute any time on this project, if you want to discuss about this projects feel free to dm me on discord Berlin#1034. If you just want to ask question like if you had an error, just discuss it on issues.