Mikhail Mirzoyan
Mikhail Mirzoyan
Is there a way to disable server for a specific project in local coc config?
i'm using tmux+alacritty but the same happens in the default ubuntu (20) terminal. The border around the vim interface with the same color as in the used terminal I've highlighted...
Is there a way to do a new search inside the files from the current search results? For example, i want to find all the `
Default test running in my project leads to the `command not found: jest` Here is the command I have to use to run a test: I have to first `cd...
Is it possible to set the default session name based on directory name + branch name? At the moment I have this in my config ``` let g:session_autosave = 'yes'...
Hi. I'm not sure my problem is specifically related to your plugin but I'm not sure what is it related to so i decided to give it a try here...
A have a component located in: `[project_root]/packs/heartland_pos/app/components/heartland_pos/base_api.rb` And `:A` command works perfectly fine on it, switching me to: `[project_root]/packs/heartland_pos/spec/components/heartland_pos/base_api_spec.rb` But it doesn't work the opposite way, from the spec. It...