exosyphon
exosyphon
> > Many people, including myself, initially believe that simply configuring nvim-treesitter with the following code will make it work: > > ```lua > > autotag = { > >...
I am having a similar issue when I try to debug a spec file, where it will stop on the first line but then not hit any breakpoints or binding.b...
I started experiencing this as well. Has this been resolved and I need to bump versions of anything? NVIM v0.10.0 tmux 3.4 image.nvim - branch master - commit 7d021c9
Of course! ``` # plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'janoamaral/tokyo-night-tmux' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'joshmedeski/t-smart-tmux-session-manager' set -g @plugin 'fcsonline/tmux-thumbs' set...