Ronnie Magatti

Results 13 issues of Ronnie Magatti

When typing some invalid code, then giving some time for `coc-eslint` to run and do it's markings, movement feels much slower when the error/warning markings are showing. It's like input...

It would be interesting to be able to cycle between, say, `public, private, protected` or really any other combination.

enhancement

This commit adds handling for when the cwd changes by setting callbacks to both `DirChangedPre` and `DirChanged` autocmds. Handling is as follows DirChangedPre: - Save the current session - Clear...

# Motivation This was my first Neovim plugin. It works well but I am not happy with how the code looks and feels to work on. # Proposal I want...

enhancement

Setup CI with: 1. Test runs 2. Formatting and linting.

Come up with tests for the plugin so I don't break core functionality in the future. _Originally posted by @rmagatti in https://github.com/rmagatti/auto-session/issues/53#issuecomment-899672797_

This PR is an attempt to merge https://github.com/rmagatti/session-lens with Auto Session. So users of Session Lens functionality would only need to have auto-session and telescope installed and not yet another...

**Is your feature request related to a problem? Please describe.** When switching from a lua project to a typescript project for example, then running `LspInfo` we can see both `tsserver`...

enhancement

Subscribe to this issue to track breaking changes to auto-session! I try my best to not break things along the way but sometimes that is not possible and sometimes I...