From cd7da503505d6707fbe9f674e8b75fed00f1e690 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Wed, 7 Jul 2021 11:06:56 +0430 Subject: custom_plugins has been renamed to user_plugins (#745) --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 90314c58..192f9721 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,21 @@ O.lang.tsserver.autoformat = true -- json O.lang.json.autoformat = true + +-- Additional Plugins +-- O.user_plugins = {{"windwp/nvim-ts-autotag"}} + +-- Autocommands (https://neovim.io/doc/user/autocmd.html) +-- O.user_autocommands = {{ "BufWinEnter", "*", "echo \"hi again\""}} + +-- Additional Leader bindings for WhichKey +-- O.user_which_key = { +-- A = { +-- name = "+Custom Leader Keys", +-- a = { "echo 'first custom command'", "Description for a" }, +-- b = { "echo 'second custom command'", "Description for b" }, +-- }, +-- } ``` **NOTE** After changing a setting it is important to exit LunarVim and run the following: -- cgit v1.2.3