关于您提到的lua use 'folke/tokyonight.nvim'命令,这实际上是Lua配置脚本中的一个片段,用于在Neovim中安装并使用TokyoNight主题。然而,这个命令本身并不是直接由Neovim或任何Lua插件管理工具执行的命令。为了更清晰地指导您完成安装和配置过程,我将按照您的提示分点回答,并包括必要的代码片段。 1. 确认用户已安装Ne...
Bug Fixes build:add additional inputs to check if rebuild is needed (55e29a1) dev:hipatterns not optional (4fafe7b) dev:make autocmds work with all lua files in tokyonight (a9851c5) extras:day bg (5598215) fixed day themes (4e8e7eb) helix:fix some broken generated values (#519) (...
Install the theme with your preferred package manager, such asfolke/lazy.nvim: {"folke/tokyonight.nvim",lazy=false,priority=1000,opts={}, } vim.cmd[[colorscheme tokyonight]] colorschemetokyonight"There are also colorschemes for the different styles.colorschemetokyonight-nightcolorschemetokyonig...
added support for octo.nvim (894ee8b) added support for printf (41d80ad) better colors for neotree git modified / untracked (e7ff2f0) better fzf dir part colors (a6ce2df) extras:add lazygit (#537) (226a2f1) extras:add yazi theme (#521) (2969eb4) extras:edit yazi find_position bg...
🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish. - feat: added wezterm color schemes · folke/tokyonight.nvim@89ebe0a
I'm on vacation until March 10th. I won't be checking GitHub and won't bring my laptop. See you all soon!
tokyonight_storm.toml lua/tokyonight/extra wezterm.lua 4 changes: 2 additions & 2 deletions 4 extras/delta/tokyonight_day.gitconfig Original file line numberDiff line numberDiff line change @@ -3,10 +3,10 @@ minus-non-emph-style = syntax "#dfccd4" minus-emph-style = syntax "#67...
🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish. - fix: better colors for WhichKey · folke/tokyonight.nvim@9e0fc89
I'm on vacation till the end of August ☀️🌴🌊🏝️ I'm on vacation until the end of August. I won't be checking GitHub and won't bring my laptop. See you all soon!
opt.runtimepath:prepend(lazypath) -- install plugins local plugins = { "folke/tokyonight.nvim", { "williamboman/mason.nvim", build = ":MasonUpdate", -- must have build command and config to setup package config = function(_, opts) require("mason").setup(opts) end, }, "AstroNvim...