-
I am using NeoVim,
* [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) to get completions from the LSP
* (nvim-lspconfig)[https://github.com/neovim/nvim-lspconfig] for starting LSP servers
* [helm-…
-
Hello everyone, I tried installing the C3 editor plugin for neovim by two methods.
1. Added config specified in the README into my neovim config. [Specified here: https://github.com/c3lang/editor-p…
-
Hello. A while ago the new update for neovim 10.0 seems to have remapped some of the highlight groups, making the old color scheme no longer work.
![image](https://github.com/user-attachments/asset…
-
- 検証事項まとめ
- config設定まとめたい
- configのdir設定も
-
I was using v0.2.0, it was working fine until I updated to v0.2.1. After the update whenever I enter insert mode and then type `.` to get autocompletion, it crashes Neovim. Here's my configuration bef…
-
Hi, This plugin is wonderful. Do you have any plans to support Neovim too?
-
### Summary
There is TLB syntax support in func plugin for intelleji IDEs, but not for neovim, zed etc. The goal is to add this support.
### Context
Currently when using neovim, there is o…
-
I have installed `kotlin-language-server` through mason and it works, but the only thing that works are only keywords snippets. syntax errors, warnings, function autocompletition, nothing else works
…
-
### Description
When I scroll this swift file with 387 LOC:
Click me
```swift
import Foundation
import AVFoundation
import CoreGraphics
import VideoToolbox
import AppKit
// MARK: - Virtual Deskt…
-
Just want to say a big thanks for your extension - it's been a real life-saver while debugging complex types!
I'm a Neovim user, but I've got a VSCode instance running in the background just for yo…