No description
| after/lsp | ||
| lua | ||
| snippets@626b7162d1 | ||
| .gitignore | ||
| .gitmodules | ||
| .vimrc | ||
| functions.sh | ||
| init.lua | ||
| package.json | ||
| README.md | ||
This is my current neovim configuration. It uses lazy.nvim as the packagemanager ~ I've rewirtten my config to use the now default inculuded vim.pack.add() function since 0.12.0 dev!!
installation
Caution
Your neovim version has to be >=0.12.0 - dev
If you're not sure what version you have, typenvim --version
To build neovim from source, you can run the following.
This script should cover most linux distroscurl -fsSL https://git.k4li.de/scripts/installs/raw/branch/main/neovim.sh | bash
For config-installation, just git clone this repo to your $HOME/.config/ folder.
git clone --recursive --depth=1 https://git.k4li.de/dotfiles/nvim.git $HOME/.config/nvim/
The
--recursiveflag is for pulling down the snippets submodule, since this is used in more neovim configs
Prefetch the config withnvim --headless +qand enjoy the config