From 05d754004da8c89115b291f2a23ca530a8cac8fd Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 20 Feb 2025 10:19:39 +0000 Subject: [PATCH] [docgen] Update doc/neogen.txt skip-checks: true --- doc/neogen.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/neogen.txt b/doc/neogen.txt index 36c2166..9d5f46a 100644 --- a/doc/neogen.txt +++ b/doc/neogen.txt @@ -133,6 +133,8 @@ Neogen provides those defaults, and you can change them to suit your needs } < Default configurations for a languages can be found in `lua/neogen/configurations/.lua` + To use an existing configuration in another file type, you can do like: `cuda = require("neogen.configurations.cpp")` + for your language. - To know which snippet engines are supported, take a look at |neogen-snippet-integration|. Example: `snippet_engine = "luasnip"`