nvim_runtime_lua

vim.filetype.options

Methods1

function M.get_option(filetype: string, option: string) -> boolean | string | integer
Parameters
filetypestring

Filetype

optionstring

Option name

Returns
boolean | string | integer

@nodoc