Giter Site home page Giter Site logo

Comments (6)

akinsho avatar akinsho commented on April 29, 2024 1

Awesome thanks for the super quick fix 🚀

I'll look into using the LuaTreeNormal hl group forgot that was an option

from nvim-tree.lua.

kyazdani42 avatar kyazdani42 commented on April 29, 2024

this is strange indeed, I'll try to fix this today.

from nvim-tree.lua.

kyazdani42 avatar kyazdani42 commented on April 29, 2024

well i cannot find why it behaves that way. the filetype is set on buffer creation before being set to the window.
Could you provide me with the commands you are trying to run so i can test that issue deeper please ?

from nvim-tree.lua.

akinsho avatar akinsho commented on April 29, 2024

@kyazdani42 I've just tried reproducing it locally using

call plug#begin(stdpath('data') . '/plugged')
Plug 'kyazdani42/nvim-web-devicons' " for file icons
Plug 'kyazdani42/nvim-tree.lua'
call plug#end()

augroup Setup
  autocmd!
  autocmd FileType LuaTree setlocal statusline=This\ is\ Lua\ Tree
  autocmd FileType LuaTree set winhighlight=Normal:ErrorMsg
augroup END

If you run either of those commands inside the lua tree buffer on their own i.e.
:set winhighlight=Normal:ErrorMsg that works but if you try and trigger this via an autocommand it doesn't work. Is that buffer ignoring autocommands somehow?

from nvim-tree.lua.

kyazdani42 avatar kyazdani42 commented on April 29, 2024

for winhighlight, it happens because i set a winhighlight for Normal during window creation so it would override yours. You have documentation for winhighlights i believe (or at least i wrote which one i declare)
You can still add winhighlights that i don't declare with winhighliht+=
you might want to change the LuaTreeNormal hl group for this one.
Im going to investigate for your statusline thing but i tried other things and it just works.

from nvim-tree.lua.

kyazdani42 avatar kyazdani42 commented on April 29, 2024

i moved some buffer local after window initialization and i set the filetype after buffer is set to the window, so everything should work as expected now.

from nvim-tree.lua.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.