doom-neovim / doom-nvim

A Neovim configuration for the advanced martian hacker
GNU General Public License v2.0
1k stars 108 forks source link

colorscheme, terminal and luacheck fixes #415

Closed edwintorok closed 10 months ago

edwintorok commented 1 year ago

Small bugfixes, I thought to gather them into a single PR. Line numbers in terminal are confusing, so I disabled them. indentlines wasn't always loading properly, and the colorscheme was being loaded too early (before processing user config). Also luacheck had 2 warnings that caused a CI failure in my other PR, so fixing that too.