品质发展 寿乡彭山--四川频道--人民网
41 questions with no upvoted or accepted answers
6
votes
0
answers
686
views
How to get bold comments in vim
I am trying to add bold comments to my vim files. What i mean, is to be able to get something like this:
I saw other articles like this that allow to toggle bold comment.
The proposed solutions from ...
3
votes
1
answer
744
views
Neovim: with auto-session, how can I restore Neotree's position to where it was before closing Neovim?
I have no idea what I'm doing, When I just have nvim and Auto session setup individually and I quit Neovim, auto session restores a blank window in place of Neotree. I have this snippet in my init.lua ...
2
votes
0
answers
336
views
How to split view all buffers in vim with equal distribution vertical horizontal
How can I split view all buffers in vim with a distribution between vertical and horizontal? Is there a plugin?
I know how to make all buffers appear in either horizontal or vertical splits:
:ball
:...
2
votes
1
answer
1k
views
Pasting via "p" not working in normal mode in Telescope
If I open Telescope for file or text search and switch to normal mode within the Telescope prompt and press p, nothing happens.
Does anyone know how I can enable pasting via p in normal mode in ...
2
votes
0
answers
71
views
Plugin for tips on startup screen
Many of the IDEs I've tested throughout the years feature a sort of startup dialog, showing beginner to intermediate tips to become more proficient at it.
While ways to customize Vim startup screen ...
2
votes
0
answers
78
views
Make Lightspeed work with Repmo
I'm trying to make the EasyMotion-like (cursor jumping) Lightspeed plugin work with Repmo which repeats a previous motion.
So far, (and after many hours), I've come up with the following:
let g:...
2
votes
0
answers
606
views
Does vim-easymotion only work in neovim?
I was wondering if the easymotion-overwin was compatible with vim, or does it only works in neovim?
I have my .vimrc's keymaps setup like this for easy-motion
"----- Easy-Motion -----
map <...
2
votes
0
answers
86
views
Tagbar with asciidoc doesn't work
I have problem with configuration the tagbar plugin in nvim for asciidoc. I don't see headers in tagbar's sidebar. I have universal ctags installed, when I run:
ctags -R --languages=asciidoc --kinds-...
1
vote
1
answer
3k
views
Blink.cmp unable to load config after new LazyVim update. Expected table but got boolean for treesitter
Whenever I Load up Neovim I get the following error:
Failed to run config for blink.cmp
...share/nvim/lazy/blink.cmp/lua/blink/cmp/config/utils.lua:10: completion.menu.draw.treesitter: expected table,...
1
vote
1
answer
650
views
Setting root directory for projects and autochdir if file is not inside a project?
I just did a bunch of searching, and basically I want to be able to declare root directories for project (ideally on-the-fly with : commands rather than in my config file), (which I can do with ...
1
vote
1
answer
791
views
Cannot make vim-markdown conceal the formatted text
I am quite new to Neovim, just installed some of the important plugins and now I wanted to make it really good for writing Markdown files. I installed vim-markdown for that, and followed the ...
1
vote
1
answer
2k
views
How to install nvim-html-css neovim plugin in NvChad
Neovim plugin: nvim-html-css
I don't know lua but I need this plugin installed for bootstrap classes. I have Neovim NvChad lazy.nvim setup. Copy pasting didn't worked so I tried to cut out maybe ...
1
vote
0
answers
422
views
Help setting up init.lua in Neovim, I'm a new user and don't understand the structure for plugins
First of all, I'm not a programmer, but a musician. I just happen to (kind of) know how to use the terminal, and I use a music notation/engraving program called LilyPond that works in the terminal.
...
1
vote
0
answers
47
views
What vim plugin is hijacking my session to give me grep information I don't want?
I'm not sure how better to phrase this question. I have not recently installed anything new—in fact I'm a bit overdue to upgrade my three-year-old Linux Mint install—but in the last couple months I ...
1
vote
1
answer
2k
views
How to configure Neoformat to use Prettier?
Installed Neoformat with Plug in init.vim for Neovim 0.7.2 on Linux Mint 19.3
I can't figure out how to get Neoformat to work with Prettier.
I installed Prettier as a snap package in --devmode, so ...