-
So, I've been looking at redoing my nvim config to potentially switch back from [Doom Emacs](https://github.com/hlissner/doom-emacs), and targets.vim caught my eye once again. The recent #217 seems to…
-
I am getting a stack overflow when I am trying to use completion since the latest update of nvim-cmp (https://github.com/hrsh7th/nvim-cmp/commits/main/).
```
...e/.local/share/nvim/lazy/nvim-cmp…
-
### The problem
As some issues (e.g., #132) or discussions on reddit show, the current way to configure sources appears to be confusing to some users. I think the problem derives from the fact that `…
-
### Your `minimal.lua` config
```lua
local root = vim.fn.fnamemodify("./.repro", ":p")
-- set stdpaths to use .repro
for _, name in ipairs({ "config", "data", "state", "cache" }) do
vim.env[(…
sQVe updated
2 months ago
-
### Problem
Hello,
Recently tried to switch to blankline from other plugin I was using because it looked cool. That was my biggest mistake. I copied the config from the READE and now my neovim ins…
-
### Prerequisites
- [X] I am using the latest stable release of Neovim
- [X] I am using the latest version of the plugin
### Neovim Version
NVIM v0.10.1
### Operating system/version
Arch Linux, 6…
-
I found this issue with `gitcommit` and `diff` files.
my lighthaus and treesitter config:
```lua
require("nvim-treesitter.configs").setup {
auto_install = true,
highlight = {
enable = tr…
-
Before I had something like this in my home manager config.
```nix
{ inputs, ... }:
{
imports = [
inputs.nixneovim.nixosModules.homeManager
];
nixpkgs.overlays = [ inputs.nixneovim.ni…
-
Hello everyone, this is 100% my error, but I am having a hard time understanding where exactly I am I wrong. The issue seems to be that `home.persistance` results in empty specified directories, while…
-
Nvim notifies me with an error about hlchunk un my ubuntu installation.
I originally created the configs on macos, after pulling on ubuntu hlchink gave me errors.
I get the error every time e chan…