diff --git a/README.md b/README.md index 8eae7c7..53f913f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # nvim -This is my current neovim configuration. It uses [lazy.nvim]() as the packagemanager. +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 .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.