From db45c8cbaf6104d94667adf61eb79bd7428c5248 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 1 Jun 2024 21:29:46 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazydev.nvim.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/lazydev.nvim.txt b/doc/lazydev.nvim.txt index f57c612..9fb7a50 100644 --- a/doc/lazydev.nvim.txt +++ b/doc/lazydev.nvim.txt @@ -72,6 +72,10 @@ With lazy.nvim CONFIGURATION *lazydev.nvim-lazydev.nvim-configuration* + + [!TIP] You can force enable/disable **lazydev** in certain project folders + using |:h 'exrc'| with `vim.g.laydev_enabled = true` or `vim.g.lazydev_enabled + = false` Default settings: >lua