Merge pull request #108 from NotAShelf/dev/extent-filetree

This commit is contained in:
raf 2023-07-30 12:14:10 +03:00 committed by GitHub
commit a5d93bedf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 13 deletions

View file

@ -210,7 +210,7 @@ inputs: let
}; };
vim.session = { vim.session = {
nvim-session-manager.enable = isMaximal; nvim-session-manager.enable = false;
}; };
vim.gestures = { vim.gestures = {

View file

@ -973,7 +973,7 @@ with builtins; {
The picker may create a new window. The picker may create a new window.
''; '';
example = mkLiteralExample '' example = literalExpression ''
-- with s1n7ax/nvim-window-picker plugin -- with s1n7ax/nvim-window-picker plugin
require('window-picker').pick_window, require('window-picker').pick_window,
''; '';