Skip to main content

Questions tagged [kickstart]

This tag group the question about configuration created using Kickstart

0 votes
0 answers
30 views

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 ...
J.G.Q's user avatar
  • 1
0 votes
0 answers
116 views

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 ...
qwr's user avatar
  • 203
1 vote
2 answers
155 views

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. ...
legacy-code-dev's user avatar
0 votes
0 answers
210 views

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 ...
GoodQuestions's user avatar
0 votes
0 answers
81 views

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 ...
Codemonkey's user avatar
3 votes
2 answers
2k views

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 ...
geckos's user avatar
  • 155
0 votes
1 answer
538 views

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 ...
Ludovico's user avatar
1 vote
0 answers
260 views

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 ...
user3194649's user avatar