mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
7 lines
134 B
Nix
7 lines
134 B
Nix
{lib, ...}:
|
|
with lib; {
|
|
options.vim.snippets.vsnip = {
|
|
enable = mkEnableOption "vim-vsnip: snippet LSP/VSCode's format";
|
|
};
|
|
}
|