Update init.lua

#211
This commit is contained in:
Danymat
2025-02-20 11:19:25 +01:00
committed by GitHub
parent eac6737a23
commit b322709f34

View File

@@ -97,6 +97,8 @@ end
--- }
--- <
--- Default configurations for a languages can be found in `lua/neogen/configurations/<your_language>.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"`