From b322709f34a7dc471a97aa31559df3b9bbd54af8 Mon Sep 17 00:00:00 2001 From: Danymat Date: Thu, 20 Feb 2025 11:19:25 +0100 Subject: [PATCH] Update init.lua #211 --- lua/neogen/init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/neogen/init.lua b/lua/neogen/init.lua index 2d8853f..db27629 100644 --- a/lua/neogen/init.lua +++ b/lua/neogen/init.lua @@ -97,6 +97,8 @@ end --- } --- < --- 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"`