Danny Burt

Results 45 comments of Danny Burt

I solved this by switching plugins. ``` Plug 'tpope/vim-obsession' Plug 'dhruvasagar/vim-prosession' ``` I have the setting: `let g:prosession_per_branch = 1` So far, this works as well for me as `vim-session`,...

Are you sure? You should still be able to call `mksession` and `source` on the session to load it.

Yeah, the most important thing for me is automatic sessions with a default name of the git_branch. For that: ``` Plug 'tpope/vim-obsession' Plug 'dhruvasagar/vim-prosession' ``` and `let g:prosession_per_branch = 1`...

I fixed this by setting the image for elastic-search to be `image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.10.2-arm64` in the docker-compose file, and then I needed to solve another startup issue with adding the following...

I'm working on getting it working on my other laptop which is an M2 (vs my M1) and running into some more issues that I will work out before submitting...