wzy
wzy
and in resume.tex, it exists ``` \item Full support for unicode characters (e.g. CJK) with \XeLaTeX\ ``` i test this package also support lualatex except this macro. lualatex don't contain...
I notice if save too many lines (>500) and enable save persistently, the neovim seem to be a little slow. Can we have a variable to determine a threshold, when...
Can bear provide any shell completion (bash/zsh/fish/...)? Thanks.
Why not change ```vim if !exists("g:disable_rainbow_key_mappings") nnoremap :call rainbow_csv#copy_file_content_to_buf(b:self_path, b:root_table_buf_number) endif ``` to ```vim execute 'nnoremap ' . get(g:, 'rainbow_key_mapping', '') . ':call rainbow_csv#copy_file_content_to_buf(b:self_path, b:root_table_buf_number)' ``` ? Thanks!
such as type Tab after `:Select ma` it will automatically complete `max(`? Thanks!
``` ❯ has python > a.txt && cat -A a.txt ^[[1m^[[32mM-bM-^\M-^S^[[m^O python ^[[1m^[[33m3.9.6^[[m^O$ ``` why not let has detect stdout? if the output is a stdout, let has output with...
In windows, user cannot create symbolic link without administrator privilege or enable the developer mode. So change symbolic links to normal files should be convenient to clone this project in...
### Describe your request In windows' msys2, `git clone` will convert any symbolic link to a file which content is the targe filename. ### Briefly explain its use-case How about...