hungpham3112
hungpham3112
When opening a help file, i found this issue  It seems have a problem with help file in vim
In terminal mode it works, but in normal-terminal not anything happen. https://user-images.githubusercontent.com/75968004/161952502-3bf39b06-a8c9-4fed-ab34-407b29de68cd.mp4
Sometime in Rust code I need to have a blank line but `indentLine `doesn't put the vertical line into it. And I also need the vertical line in first column...
I want to set up vertical line before the first tab like Neovim
I read README.md but didn't find anything about installation in windows.
Sometimes when I edit `Rust ` file it reports a red message( It really good ) but after correct, it takes a while to index or detect so that really...
I'm still new with Pluto, I don't know how to make Pluto faster to me but today I type: `versioninfo()` in the notebook.  The loading line in the picture...
I'm working at SIR models and using plots.jl to display the result. ```julia function updateSIR(popnvector) susceptibles = popnvector[1]; infecteds = popnvector[2]; removeds = popnvector[3]; newS = susceptibles - λ*susceptibles*infecteds*dt newI...
https://user-images.githubusercontent.com/75968004/170257462-811bab36-cb94-4f20-9732-30816ba43804.mp4 In the video, I open NerdTree, then open a file but it didn't overwrite Startify buffer instead open 2 buffers. How to solve this problem? Thanks in advance.
i use `verbose` in command mode to show output but it hard to read 