No description
Find a file
2025-03-27 10:09:00 +01:00
lua/pika change: changed from nvimcmp to blinkcmp in one file with lsp configs (have two files for either blink or nvim-cmp) 2025-03-27 10:09:00 +01:00
snippets@e7f703ecb7 updates 2025-02-15 18:01:18 +01:00
.gitignore addet snippets for scissors 2024-10-27 11:35:35 +01: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
init.lua fix: when using cursor or vscode, use only keymap settings, else use everything 2025-03-22 10:57:30 +01: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