No description
Find a file
2025-12-04 13:39:08 +01:00
after/lsp testing new lsp setups.. 2025-12-04 13:39:08 +01:00
lua testing new lsp setups.. 2025-12-04 13:39:08 +01:00
snippets@626b7162d1 wip 2025-12-01 17:08:07 +01:00
.gitignore added some gitignore content 2025-10-28 20:53:10 +01:00
.gitmodules wip 2025-07-30 22:44:35 +02:00
.vimrc addet some config 2025-03-11 22:57:10 +01:00
functions.sh fixed the length which rand gives you 2025-10-23 14:42:22 +02:00
init.lua testing new lsp setups.. 2025-12-04 13:39:08 +01:00
package.json revamp: from lazy to vim.pack neovim native packagemanager 2025-07-29 19:20:43 +02:00
README.md readme fixes 2025-10-29 13:01:09 +01:00

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!!

> [!TIP] > pika is my username, so feel free to change this to your needs.

installation

Caution

Your neovim version has to be >=0.12.0 - dev
If you're not sure what version you have, type nvim --version
To build neovim from source, you can run the following.
This script should cover most linux distros

curl -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 --recursive flag is for pulling down the snippets submodule, since this is used in more neovim configs
Prefetch the config with nvim --headless +q and enjoy the config