"WinBarSeparator",{fg=colors.grey})vim.api.nvim_set_hl(0,"WinBarFilename",{fg=colors.green,bg=colors.grey})vim.api.nvim_set_hl(0,"WinBarContext",{fg=colors.green,bg=colors.grey})M.winbar_filetype_exclude={"help
winbar.nvim winbar.nvimis a plugin which provides default winbar for neovim. Install Feedback Install Usingwinbar.nvimin SpaceVim: [[layers]]name='core'enable_winbar=true Usingwinbar.nvimwithout SpaceVim: Plug 'wsdjeg/winbar.nvim' The development of this plugin is inSpaceVim/bundle/winbar.n...
"WinBarSeparator",{fg=colors.grey})vim.api.nvim_set_hl(0,"WinBarFilename",{fg=colors.green,bg=colors.grey})vim.api.nvim_set_hl(0,"WinBarContext",{fg=colors.green,bg=colors.grey})M.winbar_filetype_exclude={"
Neovim的配置文件路径在`~/.config/nvim/`下,当我们使用lua对neovim进行配置的时候,需要在该目录下创建一个`init.lua`的文件,即`~/.config/nvim/init.lua`,该文件就是neovim启动时自动加载的文件。 此外,`~/.config/nvim/`目录下还会有一个`lua`的目录,即`~/.config/nvim/lua/`,该目录会自动添加到ne...
api.nvim_get_hl(0, { name = name }) 136 + if hl.fg then 137 + break 138 + end 139 + end 140 + else 141 + name = vim.fn.synIDattr(vim.fn.synID(vim.fn.line('.'), vim.fn.col('.'), 1), 'name', 'gui') 142 + hl = get_color(name) 143 + end ...
Description After neovim/neovim@64a1402 WinBar highlight group is now linked to the StatusLine, which is used in the window picker. As a result, the following occurs with winbar: Neovim version NVIM v0.10.0-dev-64a1402 Build type: Debug ...
🍞 breadcrumbs.nvim Breadcrumbs is a plugin that works with nvim-navic to provide context about your code in the winbar.InstallAdd the following plugins with your favorite plugin manager"SmiteshP/nvim-navic", "LunarVim/breadcrumbs.nvim" ...