No description
Find a file
2025-04-05 12:15:07 +02:00
lua/pika nvim todo changes 2025-04-05 12:15:07 +02:00
snippets@7eaeb1e408  update: submodules 2025-04-01 21:37:13 +02:00
.gitignore addet ai again 2025-04-04 21:52:00 +02:00
.gitmodules addet submodule snippets 2025-02-12 09:09:18 +01:00
.vimrc addet some config 2025-03-11 22:57:10 +01:00
functions.sh addet functions.sh to source from when in terminal input mode 2025-04-02 16:27:42 +02:00
init.lua addet folkes todo comments for really nice comments - thanks folke 2025-04-02 17:49:15 +02:00
README.md addet: colorscheme, git signs and merge tool helper 2025-03-17 13:22:05 +01:00

This is my current neovim configuration. It uses lazy.nvim as the packagemanager.
My config is relatively simple structured. If you want to add a plugin, just create a <plugin.name>.lua file in the lua/pika/plugin/ path, inside a require{} table.

Tip

pika is my username, so feel free to change this to your needs.

installation

Caution

You're neovim version has to be >=0.9.0
If you're not sure what version you have, type nvim --version
To install neovim 0.9.0 or higher, you can run the following.

bash -c "$(curl -sSL https://git.k4li.de/pika/scripts/raw/branch/main/bash/installs/neovim.sh)"

For installation, just git clone this repo to your $HOME/.config/ folder.

git clone --depth=1 https://git.k4li.de/dotfiles/nvim.git $HOME/.config/nvim/

configuration

Colorscheme-plugins are defined in colorschemes.lua

Tip

default theme is monet
you can change the theme in the colorscheme function in the init.lua