hungpham3112

Results 39 issues of hungpham3112

When opening a help file, i found this issue ![bandicam 2021-11-22 19-12-49-014](https://user-images.githubusercontent.com/75968004/142860306-fa0c5378-23bb-4e0a-867d-97e899f65e57.gif) 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. ![image](https://user-images.githubusercontent.com/75968004/165548116-445ccf91-63f2-48ae-a564-7810a45aad46.png) The loading line in the picture...

performance

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...

question

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 ![image](https://user-images.githubusercontent.com/75968004/131647153-1b7b5ca6-e52d-4559-8c35-621ea24ea41a.png)