Tom Pollak
Tom Pollak
Current workaround is sourcing my luafile every time i jump to a diagnostic, `require('lualine').refresh()` dosen't work. ```lua vim.keymap.set("n", "gj", function() vim.diagnostic.goto_next({ severity = { min = vim.diagnostic.severity.WARN } }) vim.cmd...
If you set scrolloff to 1000 it'll keep your cursor centered all the time? Not exactly what you want of course 🙂 I've found the neovim-vscode scrolling generally sucks anyway,...
Just wanted to say thanks! When I booted up vscode this week jump to next problem and peeking references in the same file are now automagically working thanks to your...
workaround for centered scrolling Disable default implementation: ```json { "key": "ctrl+u", "command": "-vscode-neovim.ctrl-u", "when": "editorTextFocus && neovim.ctrlKeysNormal.u && neovim.init && neovim.mode != 'insert' && editorLangId not in 'neovim.editorLangIdExclusions'" }, {...
#983 has workarounds for viewpoint scroll
any update on this? was there a reason this wasn't merged with #4
this is for `evaluation/e1d2900e.json`
Yeah it’s not, not sure why @MischaMegens2 said that
@fchollet