dev: disable session manager to avoid filetree conflicts

This commit is contained in:
NotAShelf 2023-07-30 12:11:47 +03:00
parent 24b5839922
commit 93aad7b0da
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29

View file

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