doom-nvim icon indicating copy to clipboard operation
doom-nvim copied to clipboard

A Neovim configuration for the advanced martian hacker

Results 38 doom-nvim issues
Sort by recently updated
recently updated
newest added
trafficstars

Currently, I have noticed that when a module fails to load it does not inform you of which file that failed, eg. if a util is failing. example err: ```vim...

scope: enhancement

### Current Behavior: Colorizer used to work when opening files. no longer loading and, according to [norcalli](https://github.com/norcalli) / [nvim-colorizer.lua](https://github.com/norcalli/nvim-colorizer.lua), commands such as |:ColorizerAttachToBuffer| are not found. ### Expected Behavior: Clean...

scope: bug

### Current Behavior: Opening a new YAML file (e.g. /tmp/test.yaml) triggers an error: ``` Error detected while processing BufWinEnter Autocommands for "*.yaml": E5108: Error executing lua ...baur/.config/nvim/lua/doom/modules/langs/config/init.lua:55: module 'null-ls' not...

scope: bug

### Description rebases https://github.com/NTBBloodbath/doom-nvim/pull/349 onto main. ping @connorgmeehan

### What is the feature, what would you like to be able to do? Switch to a currently maintained auto installer for LSPs. ### What is the use case, why...

scope: enhancement

I had an issue running the script as per instructions in README, but changing it to executable made the shebang actually evaluated. I'm using Alpine with login shell set to...

After enabling `doom.features.linter.settings.format_on_save` saving a file results in this error: ``` Error detected while processing BufWritePre Autocommands for "": E5107: Error loading lua [string ":lua"]:1: unexpected symbol near '==' ```...

Add a vim user, I want to have autocompletion ability not only in the editor but also in search and command line

I just spent a fair while thinking the language server didn't work or I'm not understanding something because I don't see a "Jump to Definition" option. Eventually using the `gd`...

scope: bug