From 76beceb1d73d624ad306a81bb92b610c36b711ec Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 17 May 2025 11:18:28 +0200 Subject: [PATCH] wip --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bcc8c4f..35a186a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -This is my current neovim configuration. It uses [lazy.nvim](https://github.com/folke/lazy.nvim) as the packagemanager.
-My config is relatively simple structured. If you want to add a plugin, just create a .lua file in the `lua/pika/plugin/` path, inside a `require{}` table. +This is my current neovim configuration. It uses [lazy.nvim](https://github.com/folke/lazy.nvim) as the packagemanager. > [!TIP] > pika is my username, so feel free to change this to your needs. @@ -30,10 +29,20 @@ For config-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/ ``` +> Prefetch the config with `nvim --headless +q` and enjoy the config + +--- + ## configuration -Colorscheme-plugins are defined in [colorschemes.lua](lua/pika/plugins/colorschemes.lua) +- Colorscheme-plugins are defined in [colorschemes.lua](lua/pika/plugins/colorschemes.lua) > [!TIP] > default theme is `duskfox`
> you can change the theme in the colorscheme function in the [init.lua](./init.lua) + +--- + +- Plugin configuration and adding your own + +My config is relatively simple structured. If you want to add a plugin, just create a .lua file in the `lua/pika/plugin/` path, inside a `require{}` table.