You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is highlight incorrect keys like if, else, then, end
Neovim version
NVIM v0.8.3
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by brew@Ventura
Terminal and multiplexer
tmux 3.3
Catppuccin version / branch / rev
catppuccin 1.1.0 upgrade with master today
Steps to reproduce
upgrade the catppuccin
Expected behavior
does not highlight keywords
Actual behavior
highlight every keyword like if, else, then
Repro
-- DO NOT change the paths and don't remove the colorschemelocalroot=vim.fn.fnamemodify("./.repro", ":p")
-- set stdpaths to use .reprofor_, nameinipairs({ "config", "data", "state", "cache" }) dovim.env[("XDG_%s_HOME"):format(name:upper())] =root.."/" ..nameend-- bootstrap lazylocallazypath=root.."/plugins/lazy.nvim"ifnotvim.loop.fs_stat(lazypath) thenvim.fn.system({ "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", lazypath })
endvim.opt.runtimepath:prepend(lazypath)
-- install pluginslocalplugins= {
"catppuccin/nvim",
-- add any other plugins here
}
require("lazy").setup(plugins, {
root=root.."/plugins",
})
vim.cmd.colorscheme("catppuccin")
-- add anything else here
The text was updated successfully, but these errors were encountered:
Description
it is highlight incorrect keys like
if, else, then, end
Neovim version
Terminal and multiplexer
tmux 3.3
Catppuccin version / branch / rev
catppuccin 1.1.0 upgrade with master today
Steps to reproduce
Expected behavior
does not highlight keywords
Actual behavior
highlight every keyword like
if, else, then
Repro
The text was updated successfully, but these errors were encountered: