Results 12 issues of 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: ![image](https://user-images.githubusercontent.com/46625185/159103486-5b3d50d8-7d35-414e-b171-d7d3d4279bf5.png) The output: ![image](https://user-images.githubusercontent.com/46625185/159103499-83d32f58-76ce-4d4b-87f3-9dabfd3d6071.png)

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

bug
need-more-info
markdown

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. ![image](https://user-images.githubusercontent.com/46625185/158726596-f72dac7d-c540-4d09-a131-f9b07685f8e1.png) ![image](https://user-images.githubusercontent.com/46625185/158726621-0980e52a-7ba7-4fac-8e2d-c7a1f79ff5fb.png) 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...