Giter Site home page Giter Site logo

zephyr-nvim's People

Contributors

abzcoding avatar cappyzawa avatar glepnir avatar james-skinner-deltatre avatar keating950 avatar mr-oliva avatar nikolam-dev avatar rakerzh avatar ray-x avatar shatur avatar srobies avatar tzachar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

zephyr-nvim's Issues

Change Directory foreground color

Currently when using vim-dirvish with zephyr, the folders are nearly unseenable:
Screen Shot 2021-04-07 at 12 52 58 AM
I suggest that we change Directory's fg to cyan or something:

Directory = {fg=zephyr.cyan,bg=zephyr.none};

How can I custom the line number color

Hey,
I'm realy like the zephyr theme. But I use the transpot background, so the line number which not the current line is too dim, as the picture followed.

2021-10-09_22-04

So, How can I custom the line number color in the vimrc?

Thank you.

Lightline Colorscheme

As the title states, would love a lightline colorscheme bundled with the plugin. Thanks in advance.

Add highlight for WinSeparator

Nvim is deprecating VertSplit and moving to WinSeparator for borders in 0.10. By default, WinSeparator links to normal which does not look great for most colorschemes.

zephyr-nvim 和 nvim-treesitter 的 html tag 高亮冲突

大佬,我使用 glepnir/zephyr-nvim 主题和 nvim-treesitter 插件,vue 文件里的 html 标签的样式被覆盖了。当使用 : TSToggle highlight 禁用 nvim-treesitter时,是正常了

enable nvim-treesitter
image

disable nvim-treesitter
image

[feature request] light mode

I love this color scheme. But for when I work out in the sun and other purposes a light version would be a great fit.

I know there are plenty other nvim0.5 level color scheme plugins with light mode, but I prefer this color scheme above all

A little advice

I love this color ,thank‘s very much.
But Two questions vexed me.

Background transparency is not supported.

'luochen1990/rainbow' is not supported.

Current line highlight doesn't work under tmux

I am using current version of zephyr which I installed using vim-plug
with neovim 0.5.0 and tmux 3.0a on Ubuntu 20.04
I have enabled true colors in tmux and set termguicolors in nvim.
Everything seems to work except the current line highlight.
It works outside of tmux though.

Thanks for any help.

Treesitter highlight error : invalid node type at position 4756

Repetition steps

  1. put glepnir/zephyr-nvim and nvim-treesitter/nvim-treesitter into ~/.local/share/nvim/site/pack/foo/start
  2. nvim -u mini.vim mini.vim

mini.vim

if &compatible
  set nocompatible               " Be iMproved
endif

" " set runtimepath+=~/.cache/nvim/dein/repos/github.com/nvim-treesitter/nvim-treesitter
" " set runtimepath+=~/.cache/nvim/dein/repos/github.com/glepnir/zephyr-nvim
" set runtimepath+=~/.cache/nvim/dein/repos/github.com/Shougo/dein.vim
" let g:dein#auto_recache = 1
" " Required:
" if dein#load_state('$HOME/.cache/nvim/dein/')
"   call dein#begin('$HOME/.cache/nvim/dein/')
"   " Let dein manage dein
"   " Required:
"   call dein#add('Shougo/dein.vim')
"   call dein#add('nvim-treesitter/nvim-treesitter')
"   call dein#add('glepnir/zephyr-nvim')
"   " Required:
"   call dein#end()
"   call dein#save_state()
" endif

" call dein#call_hook('source')
" call dein#call_hook('post_source')

filetype plugin indent on
syntax enable
set termguicolors

lua << EOF
require'nvim-treesitter.configs'.setup {
    ensure_installed = "all", -- one of "all", "maintained" (parsers with maintainers), or a list of languages
    ignore_install = { "glsl" }, -- List of parsers to ignore installing
    highlight = {
        enable = true,              -- false will disable the whole extension
        -- disable = { "glsl", "latex" },  -- list of language that will be disabled EOF
        additional_vim_regex_highlighting = false,
    },
    indent = {
        enable = true
    }
}
EOF

colorscheme zephyr

Error:

-linux64/share/nvim/runtime/lua/vim/treesitter/query.lua:161: query: invalid node type at position 4756
QQ截图20220125221617

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.