Giter VIP home page Giter VIP logo

Comments (5)

ishan9299 avatar ishan9299 commented on August 16, 2024
nnoremap <f10> :call <SID>SynStack()<CR>
function! <SID>SynStack()
	if !exists("*synstack")
		return
	endif
	echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")')
endfunc

I am unable to replicate this. Can you use the above snippet? just take the cursor over the area which isn't highlighted properly and press f10. It will show you the highlight groups. Also do you have let g:solarized_termtrans=1 in your config?

from nvim-solarized-lua.

ofsaleem avatar ofsaleem commented on August 16, 2024

over a space it shows ['vimSet'] and over one of the words (like =dark) it shows ['vimSet', 'vimSetEqual']

i added let g:solarized_termtrans=1 to the config and it didn't change anything. also i am manually typing hi Normal guibg=NONE into the editor to have the transparency work in the first place in the pager for this test.

from nvim-solarized-lua.

ishan9299 avatar ishan9299 commented on August 16, 2024

can you check the output for the command for hi vimSet and hi vimSetEqual? It should have guibg=none in it.

from nvim-solarized-lua.

ishan9299 avatar ishan9299 commented on August 16, 2024

editor to have the transparency work in the first place in the pager for this test. I don't understand this part can you elaborate?

from nvim-solarized-lua.

ofsaleem avatar ofsaleem commented on August 16, 2024
:hi vimSet
vimSet         xxx ctermfg=134 ctermbg=7 guifg=#839496 guibg=#002b36 guisp=nil
:hi vimSetEqual
vimSetEqual    xxx ctermfg=134 ctermbg=7 guifg=#839496 guibg=#002b36 guisp=nil

so doesnt look likeguibg is being set to none for those hl groups. as for your second comment there what i mean is even with let g:solarized_termtrans=1 being set, it's not actually turning transparent unless i manually enter hi Normal guibg=NONE

from nvim-solarized-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.