https://github.com/Piotr1215/mcp-obsidian/
TIL: #neovim is sponsored by three companies: one "AI terminal" company, one "AI developer platform" company and one "AI code review" platform
I had assumed that I was safe from AI by using neovim, but it appears not. I guess I'll have to be prepared to go back to #vim when the "AI" plague inevitably spreads to neovim
Я использую https://github.com/stevearc/oil.nvim, на который идея хорошо ложится. Приведённая выше ссылка должна открываться подобным образом:
```fish
foot -- nvim ~/Documents/ -c 'silent! /sync'
```
Осталось только сляпать скрипт, реализующий схему.
Единственный оставшийся вопрос — нужна ли часть `//`?
не нужна | |
пусть символизирует |
So, I'm looking for some help with #neovim with #CodeCompanion and #MCPHub.
My company pays for #Copilot.
CodeCompanionChat works well, connected to #Claude.
I have MCPHub with the #Git #MCP working if I use @mcp to explicitly make all the MCPs available.
But the doc says I should have working completions for things like @git_commit. Which I don't.
I know it's a niche but hey, worth a shot.
Fun fact is LLMs don't help with that :-/
Thanks in advance!
A recent neovim PR implements text objects for incremental selection, as determined by an LSP server: https://github.com/neovim/neovim/pull/34011
Quick opinion: LazyVim is an amazing piece of software to make NeoVim become a full-fledged IDE, but that sort of misses the point of using a text editor, doesn't it?
(It works amazingly, give it a try, but I think the rationale is not so convincing to me. On the other hand, lazy.nvim is a great plugin manager you can use independently from LazyVim)
I have a #Python file that does not have a *.py extension. I would like to tell my #NeoVim that it is a Python script, so that it can do proper syntax highlighting.
I know that I achieve this by adding some special comments to the file, that are interpreted by NeoVim. But I don't remember how to do it and how the feature is called.
All the involved terms are bad for asking Google. Can somebody give me a hint please?