Rafael Bodill
Rafael Bodill
@rmagatti this issue started happening again after latest changes with cwd, even with `cwd_change_handling = false`.
@rmagatti any clue what could have broken this? This is my configuration: ```lua local HOME = vim.fn.expand('$HOME') require('auto-session').setup({ log_level = 'error', auto_session_enable_last_session = false, auto_session_enabled = true, auto_save_enabled = true,...
Re-produce: Create two directories and start a session in `a`: ```bash cd ~ mkdir tmp && cd $_ mkdir a b touch a/a.txt b/b.txt cd a nvim ``` Now open...
What neovim version are you using @chrischen ?
Nice trick iwfmp. Wish keepassc supported 2.x though.
@artem-malko sounds interesting. Can you share an example of structure and snippets?
Would be lovely if falcon supported [PEP 561](https://mypy.readthedocs.io/en/latest/installed_packages.html#installed-packages)
@BirgerNi place this as `after/ftplugin/markdown.vim` and press gr in normal or visual-mode. ```vim function! s:link_surround(mode) if a:mode == 'n' let l:str = expand('') let [l:bufnum, l:lnum, l:col, l:off, _] =...
This seems to be an issue with https://github.com/bitnami/containers/tree/main/bitnami/etcd
I'm receiving this error too, but I'm _not_ using vim-diff-enhanced. ``` Error detected while processing function committia#open..103_open_singlecolumn..103_open_diff_w indow..103_open_window: line 8: E21: Cannot make changes, 'modifiable' is off ```