ericsunplus
ericsunplus
Every time a new command is run, the quickfix window is flushed and the output from the previous command will gone. Is there a way to keep all the logs?...
## Bug Title GDB in prebuilt pulp toolchain lack to tui support ### Type * Toolchain ### Description I used the `riscv32-unknown-elf-gdb` in suggested [Embecosm PULP GCC toolchain](https://www.embecosm.com/resources/tool-chain-downloads/#pulp) to connect...
Prior to submitting a new issue make sure to complete these steps: - [√] Include the VimWiki settings from your `.vimrc` ```vim " Wiki Directories and Settings let wiki_1 =...
Prior to submitting a new issue make sure to complete these steps: - [x] Include the VimWiki settings from your `.vimrc` ``` let g:vimwiki_conceal_pre = 1 let g:vimwiki_valid_html_tags = 'b,i,s,u,sub,sup,kbd,br,hr,span'...
_vimrc: ``` let wiki_1 = {} let wiki_1.path = 'd:/mywiki/test/' let wiki_1.path_html = 'd:/mywiki/test_html/' let wiki_1.diary_sort = 'asc' let wiki_1.nested_syntaxes = {'py': 'python', 'c': 'c', 'bat': 'dosbatch'} let g:vimwiki_list =...
The latest minibufexpl (github) will create a split window named -MiniBufExplorer-. With the vim-session :savesession, in the saved session file, there will be things like enew file -MiniBufExplorer- When restoring...
Hi there, Thanks for the plugin, it works perfectly in Ubuntu. However when I goes into windows, the file path starts with Disk Label like "D:\....". It seems fubitive will...
I want to use icicle chart to show function call stacks, the MWE is as the following ``` import pandas as pd import numpy as np import plotly.express as px...
It is a great tool to show mermaid graph inside the dashboard. Recently I try to include a gantt inside my page, it turn out the height of gantt is...