doom-neovim / doom-nvim

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

Colorizer not working anymore #385

Open tzurita opened 2 years ago

tzurita commented 2 years ago

Current Behavior:

Colorizer used to work when opening files. no longer loading and, according to norcalli / nvim-colorizer.lua, commands such as |:ColorizerAttachToBuffer| are not found.

Expected Behavior:

Clean install so should work.

Steps To Reproduce:

  1. Install Doom Nvim
  2. Open any file and attempt to use colorizer

Logs

n/a

nvim: health#nvim#check

Configuration

Performance

Remote Plugins

terminal

nvim-lsp-installer: require("nvim-lsp-installer.health").check()

nvim-lsp-installer report

nvim-treesitter: require("nvim-treesitter.health").check()

Installation

Parser/Features H L F I J

provider: health#provider#check

Clipboard (optional)

Python 3 provider (optional)

Python virtualenv

Ruby provider (optional)

Node.js provider (optional)

Perl provider (optional)

vim.lsp: require("vim.lsp.health").check()

vim.treesitter: require("vim.treesitter.health").check()

which_key: health#which_key#check

WhichKey: checking conflicting keymaps

Doom Report Output

E5107: Error loading lua [string ":lua"]:1: unexpected symbol near ''

tzurita commented 2 years ago

Ok, I find that if i open the file directly from command line it doesn't work but if i open vim and once doom-nvim is open load the file it then works.