Jordan Mandel

Results 24 comments of Jordan Mandel

Fixed it somehow by manually deleting all my plugins, and then reinstalling them. It worked after that. Still curious what the problem was though.

yes! probably the best tutorial I've encountered for any programming topic

Just commenting to leave support for accessing stylistic set options (ss**) options for opentype fonts. In the next release of Cascadia Code cursive italics will be an ss option, for...

@renkun-ken I am using the latest version of lintr. I see the links posted by @psanker but I'm not an advanced-enough user to understand them. for context, using the `languageserver`...

There might be a solution in this comment thread: https://github.com/ggandor/lightspeed.nvim/issues/7

There might be a solution in this comment thread: ggandor/lightspeed.nvim#7 Also this issue might be a duplicate of https://github.com/rhysd/clever-f.vim/issues/22

ok I made the changes you requested and the the issue persists. it seems that it only matters if `syntax on` is put in the vimrc. typing `:syntax on` or...

Made the above change. Including/excluding `syntax on` still causes/solves the problem respectively, but for some reason it's worse now; the toggling makes vimtex ignore the choice of viewer and use...

ok it works now with your suggestion. good to know about the option `--clean` If I modify your suggested vimrc so that there is no `filetype plugin indent on` but...

I'm on Arch, using Zsh, and I've found that the conditions that makes it work are 1. Have ohmyzsh installed 2. the `completealiases` option can't be set; I can't have...