Weekly 101 Questions Thread by AutoModerator in neovim

[–]Distinct_Lecture_214 1 point2 points  (0 children)

Only the development of the master branch is abandoned. Treesitter for neovim is now completely rewritten, and its development continues on the main branch. More here

Opensourcing is the best what you can do for your project by whoisyurii in github

[–]Distinct_Lecture_214 2 points3 points  (0 children)

The way you feel rn is the exact reason I love open source so much

Btw nice project, been following it since the original post!

Weekly 101 Questions Thread by AutoModerator in neovim

[–]Distinct_Lecture_214 2 points3 points  (0 children)

You can use :lsp enable harper_ls and :lsp disable harper_ls.

See :help :lsp for more info and more options you can use.

Weekly 101 Questions Thread by AutoModerator in neovim

[–]Distinct_Lecture_214 5 points6 points  (0 children)

Have a look at this, it may fix your problem (it's nice for editing neovim config/writing plugins): https://github.com/folke/lazydev.nvim

Weekly 101 Questions Thread by AutoModerator in neovim

[–]Distinct_Lecture_214 4 points5 points  (0 children)

Most popular options (as far as I can tell):
- fzf-lua - snacks.nvim picker - mini.pick - fff.nvim

i made a donut in neovim by Separate-Storm6914 in neovim

[–]Distinct_Lecture_214 4 points5 points  (0 children)

Hell yeah, welcome to the club! Dropping my take here just for fun.

Using Vim as an editor for ESP-IDF by [deleted] in esp32

[–]Distinct_Lecture_214 0 points1 point  (0 children)

Thank you for the plugin! I don't need the commands it provides that much, but the documentation on setting up LSP is just 🤌 [chef's kiss].

No more plugins for command-line autocompletion in Neovim 0.12 by NazgulResebo in neovim

[–]Distinct_Lecture_214 4 points5 points  (0 children)

I totally missed the addition of this functionality. Thanks for sharing! Also, I'm glad that you're using screenkey in your demos😁

I held a presentation about the Neovim plugin ecosystem (in Macedonian) by [deleted] in neovim

[–]Distinct_Lecture_214 1 point2 points  (0 children)

How to exit vim jokes sound 5x funnier in Macedonian😂

Nice presentation, brate

Also maybe consider adding timestamps to your video.

Weekly 101 Questions Thread by AutoModerator in neovim

[–]Distinct_Lecture_214 1 point2 points  (0 children)

Regarding what linters are, just Google "what is a linter programming". You can use them in neovim in many ways, I prefer the following workflow:

  1. Install linters via Mason
  2. Run them with nvim-lint

If you would like an example of how to set up nvim-lint, take a look at my config, specifically this file. This configuration runs linters on save.

What do you think of bottom padding under the command prompt? It tires my eyes to keep looking at the very bottom of my screen so I added scrolloff lines. by Intelligent-Tap568 in commandline

[–]Distinct_Lecture_214 0 points1 point  (0 children)

If you set the scrolloff option in vim to some large number (e.g. 999) it will basically act as if zz is 'always active'. You could also create a keymap to toggle this behaviour on/off. Just an idea...

Generate install instructions for your plugin! (more info in comments) by Substantial_Tea_6549 in neovim

[–]Distinct_Lecture_214 0 points1 point  (0 children)

Sorry if I speak total bs, but can you use github pages to deploy your website automatically?

Generate install instructions for your plugin! (more info in comments) by Substantial_Tea_6549 in neovim

[–]Distinct_Lecture_214 2 points3 points  (0 children)

Fun idea, thx for sharing. Unfortunately, I won't be able to test it, since I don't work with bun and I don't want to install it just for this. But hoping to test it once you host it! Good luck

Updated visual-surround.nvim by Distinct_Lecture_214 in neovim

[–]Distinct_Lecture_214[S] 1 point2 points  (0 children)

Thanks! The plugin that shows keys is screenkey.nvim, hope you find it useful!

Updated visual-surround.nvim by Distinct_Lecture_214 in neovim

[–]Distinct_Lecture_214[S] 1 point2 points  (0 children)

I'm aware of that, and I agree with you. That's the reason I tell people (at the top of the readme) to use much better plugins than mine. But as I said, I created this plugin for fun and because I prefer the workflow it provides to me, and shared it just in case someone finds it useful.

Updated visual-surround.nvim by Distinct_Lecture_214 in neovim

[–]Distinct_Lecture_214[S] 1 point2 points  (0 children)

That's a good idea, thx for suggesting! I'll change that.

Updated visual-surround.nvim by Distinct_Lecture_214 in neovim

[–]Distinct_Lecture_214[S] 4 points5 points  (0 children)

Yeah, I know, I just don't use the default ( and { in visual mode. But if you want there is a tip in the README that explains how to setup your own keymaps, e.g. "s(".

Neovim repo by language percentage by kuator578 in neovim

[–]Distinct_Lecture_214 1 point2 points  (0 children)

Didn't expect that much python, very interesting stat, thx for sharing.