From fcdf8a3a98a2868388e97c9ab10f8df86c1bd760 Mon Sep 17 00:00:00 2001 From: Yoni Kosiner Date: Wed, 11 Jan 2023 21:47:11 +0000 Subject: [PATCH] blazingly fast vimming --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cc00b1b..80f6dcc9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ### Introduction +Bazingly fast kickstarting for your neovim vimmming A starting point for Neovim that is: @@ -39,11 +40,11 @@ use {'nvim-telescope/telescope-fzf-native.nvim', run = 'cmake -S. -Bbuild -DCMAK You could directly modify the `init.lua` file with your personal customizations. This option is the most straightforward, but if you update your config from this repo, you may need to reapply your changes. -An alternative approach is to create a separate `custom.plugins` module to register your own plugins. In addition, you can handle further customizations in the `/after/plugin/` directory (see `:help load-plugins`). See the following examples for more information. Leveraging this technique should make upgrading to a newer version of this repo easier. +An alternative approach is to create a separate `custom.plugins` module to register your own plugins. In addition, you can handle further customizations in the `/after/plugin/` directory (see `:help load-plugins`). See the following examples for more information. Leveraging this technique should make upgrading to a newer version of this repo easier. #### Example `plugins.lua` -The following is an example of a `plugins.lua` module (located at `$HOME/.config/nvim/lua/custom/plugins.lua`) where you can register your own plugins. +The following is an example of a `plugins.lua` module (located at `$HOME/.config/nvim/lua/custom/plugins.lua`) where you can register your own plugins. ```lua return function(use)