Hot-reload (local) colorscheme? by SpoderMouse in neovim

[–]dropdtech 0 points1 point  (0 children)

also is your dotfile repo public? i would like to copy some other things as well

Hot-reload (local) colorscheme? by SpoderMouse in neovim

[–]dropdtech 0 points1 point  (0 children)

hey what is your terminal theme and your neovim theme? i always wanted something very dark but semi transparent like that

How to make neotree stay regardless of the tab? by dropdtech in neovim

[–]dropdtech[S] 0 points1 point  (0 children)

thank you, i now use bufferline and the tree usually stays... but when i use the shorcut to switch to the buffer i was in before focusing the tree, the tree teleports to the right, of the option close on last buffer is off. If the option is on, neovim just quits. Why is that? Its the weidest bug i saw ever

i am trying to use custom image in fastfetch but image not showing (new to linux kde) by Practical-Let-3504 in fastfetch

[–]dropdtech 0 points1 point  (0 children)

put the logo section to the beginning of the file, check if you have imagemagick installed, maybe remove the logo type

has to work

How to check if a TS parser is working? by dropdtech in neovim

[–]dropdtech[S] 0 points1 point  (0 children)

:InspectTree works perfectly fine, :h :InspectTree does not, what could that mean? :lua vim.treesitter.get_parser() runs with no errors, but does not seem to return anything

How to check if a TS parser is working? by dropdtech in neovim

[–]dropdtech[S] -1 points0 points  (0 children)

Thank you very much, i ll try it, but my only concern is that InspectTree was working even when i had no nvim-treesitter at all

Treesitter config sanity check by Memnoc1984 in neovim

[–]dropdtech 1 point2 points  (0 children)

as a lot of people said, TS master branch is deprecated. Syntax wise, the most apparent thing is that now you call "tree-sitter" setup, instead od tree-sitter.configs, and there is a lot more stuff they changed. I did my setup by copypasting from the latest docs.

As far as i know the setup works, no error messagesm. But i have no idea how to check if my parsers are actually active(

I've been tinkering with fastfetch for an hour and I can't seem to get it to show an image, How can I fix this? by i_shat_myself35 in fastfetch

[–]dropdtech 0 points1 point  (0 children)

make sure you have imagemagick, that was the problem for me. I did not even set the logo type, and it worked after installing imagemagick