xye
xye
Desired Function: Auto list the history files waiting to be choose when run `nvim` without assigning a file name. If a file name is assigned, for example, run `nvim xxx`,...
I use the `dev` branch of `dap-buddy.nvim`. I use `:DIInstall python` to install the debuger for python. However, it can not find the dependenies even I installed them in the...
I tried to draw a flow diagram in the markdown file. But it can't be rendered. The source code:  The output: 
My config: ```vim let g:vimwiki_list = [{'path': '~/mynote/', \ 'syntax': 'markdown', 'ext': '.md', 'auto_toc': 0, 'auto_tags': 0, 'auto_generate_links': 0, 'auto_generate_tags': 0}] let g:vimwiki_autowriteall=0``` After install vimwiki, an `#` is auto...
Is there a method for auto indent in the code blcoks. Like python, auto indent after `:`.
I installed remark locally with the command `npm install -g remark-cli` in folder, ~/.vim_runtime/vimrcs/auto-format. Then, I added `let g:formatterpath = ['~/.vim_runtime/vimrcs/auto-format']` to the .vimrc. However, It did not work with...
I used `-l` with a full path. However, neoformat turn my code into some messy code.   It runs correctly outside of neoformat by directly runing `latexindent.pl -m -l...
PyTorch GitHub Issues Guidelines -------------------------------- /home/yexiang/anaconda3/lib/python3.6/site-packages/torch/lib/include/pybind11/pytypes.h:1165:206:error: expansion pattern ‘pybind11::detail::negation::value’ contains no argument packs /home/yexiang/anaconda3/lib/python3.6/site-packages/torch/lib/include/pybind11/pytypes.h:1165:215:error: template argument 1 is invalid /home/yexiang/anaconda3/lib/python3.6/site-packages/torch/lib/include/pybind11/pytypes.h:1165:392:error: expansion pattern ‘pybind11::detail::negation::value’ contains no argument packs /home/yexiang/anaconda3/lib/python3.6/site-packages/torch/lib/include/pybind11/pytypes.h:1165:395:error: template argument...
There are often unclosed brackets are typed by mistake. I wonder if there any method to find the unclosed brackets in the whole file. Thank you!
I installed `LuaSnip` and `LuaSnip-snippets.nvim` by packer. However, it does not work. Here are my config content. ```lua use { "molleweide/LuaSnip-snippets.nvim", }, use { "L3MON4D3/LuaSnip.git", config = function() -- local...