Questions tagged [kickstart]
This tag group the question about configuration created using Kickstart
8 questions
0 votes
0 answers
30 views
tab indents keep going to 8 spaces in my kickstart installation [closed]
I'm a relatively new Neovim user, and am struggling with the indentation rules. I would like my tabs to be 4 spaces. I understand there are several options for this. In the init.lua file for kickstart ...
0 votes
0 answers
116 views
Neovim auto-complete based on words already in text
Neovim has support for LSPs for specific languages like Python and Lua. For files without a corresponding LSP, is there a built-in method to set tab to show previous words in the text? I have ...
1 vote
2 answers
155 views
How do I configure Neovim (w/ Kickstart) to complete command up to longest common match instead of fully completing first matching command?
When I press TAB when typing a command, Neovim completes the first match. Here, I begin typing a command that could be one of many. When I press TAB, the first matching command is completed fully. ...
0 votes
0 answers
210 views
Automatically detach LSP based on buffer file context
This is currently an attempt that has gone down a bit of a rabbit hole... so to zoom out to the very top and maybe avoid the XY problem, here's my top level question: I have a 'deno' project (defined ...
0 votes
0 answers
81 views
I think my neovim is executing the characaters "rgb" on load...?
About 5% of the time, when I open a file, neovim goes to where I was when I last edited it, enters replace mode, overwrites a character with the letter g, and then goes back a word and goes back into ...
3 votes
2 answers
2k views
What is H in the left-hand column and where can I find the documentation for these symbols?
I'm using nvim with kickstart configuration, I just added pyright for lsp and I'm editing a python file in the screenshot below. I see this H in the left column, where can I find the documentation ...
0 votes
1 answer
538 views
How do I resolve "no parser for 'vimdoc' language" (or clean my installation)?
I am new to Neovim and decided to install the kickstart.nvim config. After using it for a while I didn't like it, so I tried to remove it. Something went wrong in this process: after deleting most of ...
1 vote
0 answers
260 views
Unable to configure buildFlag for gopls with mason
I'm using kickstart on my vanilla Neovim config and having some troubles with configuring buildFlags for my gopls. I added uncommented gopls and added following config in my init.lua Spent few hours ...