odin
Options
Section titled “Options”languages.odin.enable
Section titled “languages.odin.enable”Whether to enable tools for Odin Language.
Type: boolean
Default:
falseExample:
trueDeclared by:
languages.odin.package
Section titled “languages.odin.package”The odin package to use.
Type: package
Default:
pkgs.odinDeclared by:
languages.odin.debugger
Section titled “languages.odin.debugger”An optional debugger package to use with odin.
The default is gdb, if supported on the current system.
Type: null or package
Default:
pkgs.gdbDeclared by:
languages.odin.lsp.enable
Section titled “languages.odin.lsp.enable”Whether to enable Odin Language Server.
Type: boolean
Default:
trueExample:
trueDeclared by:
languages.odin.lsp.package
Section titled “languages.odin.lsp.package”The Odin language server package to use.
Type: package
Default:
pkgs.olsDeclared by:

