doom-nvim
doom-nvim copied to clipboard
A Neovim configuration for the advanced martian hacker
### **This issue tracks all the breaking changes on incoming Doom versions that may require users to update configurations.** > Inspired by `Following HEAD: breaking changes on master` issue found...
### Current Behavior: ``` [null-ls] [ERROR 16:17:39] ...t/null-ls.nvim/lua/null-ls/helpers/generator_factory.lua:180: command luacheck is not executable (make sure it's installed and on your $PATH) ``` ### Expected Behavior: No error pops up :)...
### Current Behavior: Sometimes auto indentation creates unexpected/incorrect results. This is a general problem effecting lots of languages. ### Expected Behavior: For the auto-indenter to be more reliable. Explore any...
### Current Behavior: PackerSync needs to be run manually ### Expected Behavior: PackerSync is run automatically on new plugin installation. That's how it worked before IMHO. ### Steps To Reproduce:...
### Current Behavior: When using Telescope to browse files with ` + .` , it throws `[telescope.run_command]: Unknown command` although health check is OK ### Expected Behavior: Browsing files like...
This happens for both clean `next` branch and my main branch. 1. start nvim 2. run packer compile once (or twice). 3. telescope stops working ``` vim Error in packer_compiled:...
### What is the feature, what would you like to be able to do? Currently there are unecessary nvim builtin plugins enabled, disabling them would increase doom-nvim startup time. ###...
### Current Behavior: ``` E5108: Error executing lua ...m/site/pack/packer/opt/nvim-cmp/lua/cmp/utils/keymap.lua:147: Vim:E5108: Error executing lua [string "luaeval()"]:1: attempt to call field 'execute' (a nil va lue) stack traceback: [string "luaeval()"]:1: in main...
### What is the feature, what would you like to be able to do? Experiencing how doom-nvim is managed, I thought we should change the default doom-nvim installation structure to...
bind by default shortcuts in telescope for previous & next history entries. See `:help telescope.defaults.history` and https://github.com/nvim-telescope/telescope.nvim/issues/1208 and https://github.com/nvim-telescope/telescope.nvim/pull/521 I don't see any downside to this, only upsides, that's why...