Set of files that have to be linked in nvim config folder.
Declarations
Type
attribute set of (submodule)Default
{ }Example
{
"ftplugin/c.vim" = {
text = "setlocal omnifunc=v:lua.vim.lsp.omnifunc";
};
}Set of files that have to be linked in nvim config folder.
attribute set of (submodule){ }{
"ftplugin/c.vim" = {
text = "setlocal omnifunc=v:lua.vim.lsp.omnifunc";
};
}