mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 14:55:59 +01:00
fix: '&' causing build failures
This commit is contained in:
parent
8845d7a54d
commit
a1d99ca752
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@ with builtins; {
|
|||
treesitter = mkMappingOption "Treesitter [Telescope]" "<leader>fs";
|
||||
};
|
||||
|
||||
enable = mkEnableOption "telescope.nvim: multi-purpose search & picker utility";
|
||||
enable = mkEnableOption "telescope.nvim: multi-purpose search and picker utility";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue