git clone https://github.com/morhetz/gruvbox.git ~/.config/nvim/pack/default/opt/gruvbox 6: 启动 Neovim 和安装插件 打开Neovim: nvim 在Neovim 中执行以下命令安装插件: :PackerInstall 可以写 代码了 ,感觉有用的 点一 点 收藏,关注。
安装完成后运行一下nvim,此时会启动lazy,下载很多插件 3、在2的基础上进行简单的个人化定制。例如我的定制有 a、修改配色。在nvim配置的plugins目录下增加一个colorscheme.lua文件,内容如下 return { -- add molokai { "tomasr/molokai" }, -- Configure LazyVim to load gruvbox { "LazyVim/LazyVim", op...
"colorscheme NeoSolarized " Plug 'morhetz/gruvbox' "colorscheme gruvbox "### "### " 树形文件浏览 " Plug 'preservim/nerdtree' " 设定 NERDTree 视窗大小 let g:NERDTreeWinSize = 25 " 过滤所有指定的文件不显示 let NERDTreeIgnore = ['\.pyc$', '\.swp', '\.swo', '\.vscode', '__pyca...
colorscheme = "gruvbox", }, }, 36 changes: 18 additions & 18 deletions 36 lua/plugins/dashboard.lua Original file line numberDiff line numberDiff line change @@ -28,18 +28,18 @@ return { }, config = { header = vim.split(logo, "\n"), -- stylua: ignore center = { { actio...
use {"jose-elias-alvarez/null-ls.nvim", requires = {"nvim-lua/plenary.nvim"}}--gruvbox use {"ellisonleao/gruvbox.nvim", requires= {"rktjmp/lush.nvim"}, }-- Automaticallysetup your configuration after cloning packer.nvim-- Putthisat the end after all pluginsifpacker_bootstrap then ...
startup(function() -- Packer can manage itself use 'wbthomason/packer.nvim' --- colorscheme --- -- gruvbox use {"ellisonleao/gruvbox.nvim", requires = {"rktjmp/lush.nvim"}} -- zephyr use 'glepnir/zephyr-nvim' -- nord use 'shaunsingh/nord.nvim' --- -- nvim-tree use { '...
colorscheme gruvbox set background=dark highlight Normal guibg=NONE ctermbg=None " === " === 代码补全coc " === Plug 'https://gitee.com/from1999/coc.nvim.git',{'do': 'yarn install --frozen-lockfile'} inoremap <silent><expr> <TAB> ...
准备了两套,vim-one 深色和 gruvbox 浅色。 vim-one 插件安装: git clone https://github.com/rakr/vim-one 添加配置: " 深色背景 set bg=dark " 启用 one 配色 colorscheme one 效果截图: vim-one dark 安装gruvbox 插件: git clone https://github.com/morhetz/gruvbox ...
let g:airline_theme='gruvbox' "启用语法高亮 syntaxenable" 使用黑色主题-light dark set bg=dark "vim记住的历史操作的数量,默认的是20sethistory=40setviminfo+=n$HOME/.vim/files/infosetviminfo='100,n$HOME/.vim/files/info " nmap 普通模式下的递归映射 ...
This branch is 63 commits ahead of, 54 commits behind dam9000/kickstart-modular.nvim:master.Folders and filesLatest commit greed-d chore : add gruvbox theme 6e522bc· Aug 23, 2024 History426 Commits .screenshots add : screenshots Jul 16, 2024 ...