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

Not loading any colors

Open renxzen opened this issue 3 years ago • 3 comments

When i select the theme with TxMtTheme and try to enable it with TxMtEnable i get no colors at all, it's all white. When i try to disable it with TxMtDisable i get this error:

Error executing Lua callback: ...ck/packer/start/nvim-textmate/lua/nvim-textmate/init.lua:430: attempt to concatenate field 'colors_name' (a nil value)
stack traceback:
        ...ck/packer/start/nvim-textmate/lua/nvim-textmate/init.lua:430: in function <...ck/packer/start/nvim-textmate/lua/nvim-textmate/init.lua:421>

renxzen avatar Sep 15 '22 02:09 renxzen

Uninstall with your packer. And try building manually with make. To see any more build errors. This plugin has been tested only with arch linux.

icedman avatar Sep 15 '22 14:09 icedman

It was happening because i wasn't loading a colorscheme before running nvim-textmate. Which brings me to the following problem: When i TxMtEnable it doesn't do anything. When i TxMtTheme <my_vscode_theme> it only changes the background (which matches with my vscode theme btw).

Currently running on arch linux. Edit: i did built it manually

renxzen avatar Sep 24 '22 15:09 renxzen

A colorscheme has to be loaded initially. This is currently a limitation.

icedman avatar Oct 04 '22 12:10 icedman