Questions tagged [neovim-plugin]
63 questions
1
vote
0 answers
sending code from Neovim to Jupyter qtconsole
I just newly switched to using neovim. Before this I used to use jupyter lab. So far I have configured vim-slime with neovim and can yank code from script into a ipython shell. The python shell cannot display matplotlib graphs by itself. for this…

Anurag Patil
- 11
- 2
1
vote
1 answer
How to add an empty space in the Neovim at the bottom of the buffer when using the `set scrolloff` option
scrolloff is a great feature, but it doesn't work on the last lines of the file. Is there a setting or plugin that allows you to add empty space at the bottom of the file (with '~' in the sign column).
Like view, that gives if you scroll the file…

Rus
- 11
- 1
1
vote
3 answers
Error detected while processing $/.config/nvim/init.lua
I am currently trying to install the LazyVim package manager. My NeoVim version is: v0.8.3. My Lua version is Lua 5.4.4. When I follow the installation steps, I get the following error:
Error detected while processing…

Eugen Loncaric
- 31
- 5
0
votes
1 answer
Error on attach ... key 'processId' not found when trying attach neovim-dap debug adapter to netcoredbg
Additional to a configuration where netcoredbg is started I want to have a configuration where I attached dap to the running debug server. For that I added a coreclrattach adapter and a corresponding attach configuration:
local dap, dapui =…

Kai Walter
- 3,485
- 2
- 32
- 62
0
votes
1 answer
How do I install nord theme in lazyvim?
I'm new to vim (2 days in) and struggling to understand how to configure some things. How can I get nord theme installed and working? I added the plugin but the colorscheme doesn't show up. An example of catpuccin would also be good.

Busch
- 857
- 10
- 29
0
votes
1 answer
What Should I Do to Fix Unknown Error was Caused by Treesitter
When I use Neovim with treesitter plugin to edit lua file, it show these error info
Error detected while processing BufNewFile Autocommands for "*":
Error executing lua callback: C:\Program Files\Neovim\share\nvim\runtime\filetype.lua:21: Error…

CoolPlayLin
- 23
- 3
0
votes
0 answers
Unable to run :PackerSync on neovim
So I wanted to lazy-load packer on certain commands, mostly just :PackerSync, but including some more. So in my plugins.lua file in ~/.config/nvim/lua, I added opt = true to enable lazy loading, and for certain commands, I added cmd =…

Jimmy Zeng
- 37
- 1
- 7
0
votes
0 answers
How to fix RGB / RGBA colors not being shown as colors in neovim nvChad lazy.nvim colorizer plugin
>! i can see color on those
>! #000000
>! red
>! but not on those
>! rgb(0,45,65);
>! rgba(2,45,23,1);
Here is
C:\Users\user\AppData\Local\nvim\lua\plugins\init.lua
file colorizer code that comes preinstalled with nvChad
{
…

over-heaven
- 1
- 1
0
votes
0 answers
Is there an neovim plugin for mybatis?
1.recently code java in neovim. But i can not find a mybatis plugin in neovim.
2.need a neovim plugin when i code in mybatis xml files(just like myabtis plugin in other ides. eg:idea).
3.easy jump from mybatis mapper.java files to mybatis xml files

wuhelang
- 1
- 1
0
votes
0 answers
neovim: how to select last entry on menu opening in nvim-cmp?
How can I get cmp.complete() in nvim-cmp to start from the last entry. This is default behavior in vim. I want nvim-cmp to open on pressing and start from the end of completion list, if its open then select previous entry. works…

hac_ticc
- 73
- 1
- 8
0
votes
0 answers
Configuring nvim-dap for JavaScript and Python
I'm looking to set up nvim-dap and followed the instructions for implementing it with Python and JavaScript, which seem very straightforward, but I can't seem to get it working. Here are my plugins:
-- Debugger
use("mfussenegger/nvim-dap")
use {…

SamCurteis
- 11
- 1
0
votes
0 answers
Inspect plugin setting in current neovim session
To start with, I am not well versed with lua, ended up learning the basics for neovim.
I am using pre-packaged neovim config LazyVim as the base for my config. I keep running into the issues, like not able to observe any visual modification w/o any…

DOOM
- 1,170
- 6
- 20
0
votes
1 answer
Experiencing loop or previous error loading module error when loading the neosolarized plugin with Packer in Neovim
I am currently using Packer with Neovim and trying to load a specific plugin called neosolarized. However, I am encountering the following error message and failing to load the plugin:
neosolarized is not installed false loop or previous error…

Nozomi Iida
- 5
- 3
0
votes
0 answers
I can't create folders/files with "telescope_file_browser" - E486: Pattern not found:
I'm new to the world of nvim and I've been trying to solve my problem for several days...
To make it simple, I can't activate a create method of the "telescope_file_browser" plugin... That is to say, in my configuration file, I've mapped an "N" key…

Bomain
- 1
0
votes
0 answers
Nvchad looking weird on mac pro m2
I have installed nvchad configs for neovim. But the colors look so weird, nothing like the screenshots on the official website.
My os is Ventura and shell is zsh. Nerd fonts are set as given in the nvchad website

Bhavya Bhatt
- 37
- 4