-
When I install `mypy` for my user (`pip install --user mypy`), it is recognized by nvim-lint and works.
However, when I use a custom environment for my linters (I create some `python -m venv linter…
-
Hi everybody,
I am trying to use omnisharp-vim for the first time, so i am on Archlinux, and i installed it on my system from this aur package : https://aur.archlinux.org/packages/omnisharp-vim-git
…
-
I am having problem. I am getting this error. If I have a file called `init.lua` in `~/.config/nvim/` and if I add few basic configs like
```
vim.g.mapleader = " "
vim.opt.nu = true
vim.opt.relati…
-
Hello! I really liked this theme and I want it to use on my vim! Can I make a vim theme or you plan to port it to others plataforms (vim, terminals, etc)?
Thank you for this!
-
**Is your feature request related to a problem? Please describe.**
With the release of Neovide 0.12.1, it is possible to set font features. Unfortunately, it is not possible to set the features wit…
-
### Describe the bug
In vim, block selection mode can be entered by typing `CTRL` + `V`. Enabling vim mode in marimo, this command does not enter block selection mode, but rather puts the cursor to t…
-
I'm running into inconsistencies in highlighting between `ft=typescript` and `ft=typescriptreact`.
I'm using `yats.vim`, `vim-javascript`, and of course `vim-jsx-pretty`, all just updated using `vi…
-
### Describe the solution you'd like?
```shell
In terminal vim, you are not able to capture ⌘ as a modifier key (only control, shift, etc).
In GUI vim (like Gvim, VimR) you _can_ because they a…
-
`nvim --version`:NVIM v0.5.0-dev+1073-gb894fbcbe
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compilation: /usr/bin/cc -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -Og -g -Wall -Wextra -pedant…
-
Files like the following get `ft=conf`.
```
#! /usr/bin/env racket
#lang racket
```
Using `; vim: ft=racket` helps, but fails to correctly load https://github.com/benknoble/vim-sexp (some map…