From 844623e8cbb9ad3b892a944db911aad43e7c6a6f Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 19 Aug 2024 00:22:44 +0200 Subject: [PATCH] Readme things --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.