Raine Virta
Raine Virta
Just had a use case for this. I'm downloading youtube videos to be listened as podcasts, and in order for the mp3 to be recognized as a specific podcast, it...
How do you feel about this? ```js try { JSON.parse('#') } catch (err) { log.error('failed to parse json', err) } ``` ``` [error] failed to parse json message="Unexpected token #...
:+1: This would be great
Hello, I think the problem with that is that it follows vim's buffer numbering instead of the order of buffers that is visible in minibufexpl. Also, I haven't found any...
I have this issue.
Output for `verb set flp fo ft inde comments tw`: ``` formatlistpat=^\s*\d\+[\]:.)}\t ]\s* Last set from /usr/local/Cellar/macvim/7.4-73_1/MacVim.app/Contents/Resources/vim/runtime/ftplugin.vim formatoptions=tcq Last set from /usr/local/Cellar/macvim/7.4-73_1/MacVim.app/Contents/Resources/vim/runtime/ftplugin.vim filetype=mkd Last set from ~/Dropbox/dotfiles/.vim/bundle/vim-markdown/ftdetect/mkd.vim indentexpr=GetMkdIndent() Last set...
This article explains how to get formatting work with shell scripts: https://smarttech101.com/nvim-lsp-set-up-null-ls-for-beginners/ Basically you need `shfmt` and `null-ls` configured to use it. (I have no affiliation with the site, just...
I have the same issue! Any ideas?
Generally when I change exports in TypeScript files, tsuquyomi won't pick up on those changes without restarting vim.
Any luck with fixing this? It would be incredibly helpful to have it pick up changes on types in other modules.