Atom's iconic One Dark theme for Neovim. Fully customisable, with Tree-sitter, LSP semantic tokens and support for many common plugins. Based on the amazing One Dark Pro theme for Visual Studio Code. 🍦 Themes Note All bolds and italics in the screenshots below are completely customisable....
很喜欢onedark的风格,本身支持 dark,darker,cool,deep,warm,warmer,light 几种风格,可以自行设置...
Atom One Dark & Atom One Light theme written in lua with TreeSitter syntax highlight. For Vim / Neovim < 0.5, prefer joshdick/onedark.vimFor latest TreeSitter syntax highlight, upgraded to Neovim 0.8.0 or later built with tree-sitter 0.20.3+...
需要配置好Go语言的环境变量(可参考https://learnku.com/articles/24924) callplug#begin('~/.config/nvim/plugged') Plug'preservim/nerdtree'Plug'majutsushi/tagbar'Plug'Xuyuanp/nerdtree-git-plugin'Plug'fatih/vim-go', {'do':':GoUpdateBinaries'} Plug'joshdick/onedark.vim'callplug#end()coloonedar...
Cursor = { fg=c.vscDarkBlue, bg=c.vscLightGreen, bold=true }, } }) require('vscode').load() EOF " lua <<EOF " -- Lua " require('onedark').setup { " -- Main options -- " style = 'dark', -- Default theme style. Choose between 'dark', 'darker', 'cool', 'deep', '...
nvim ~/.config/nvim/after/plugin/lualine.lua local status, lualine = pcall(require, "lualine") if (not status) then return end lualine.setup { options = { icons_enabled = true, theme = "auto", component_separators = {left = " ", right = " "}, section_separators = {left = ...
Switch light/dark theme modify lua/modules/ui/config.lua's themeStyle Important You need to execute PackerSync or just press <leader>ps to compile the latest config if you modify the any config in lua directory. Don't worry if you meet any error for your new config. The old compiled fi...
startup(function() -- Packer can manage itself use 'wbthomason/packer.nvim' -- tokyonight theme -- onedark use 'navarasu/onedark.nvim' -- nvim-lsp-installer, nvim-lspconfig use { { "williamboman/nvim-lsp-installer", config = function () require("nvim-lsp-installer").setup{} ...
You get articles that match your needs You can efficiently read back useful information You can use dark themeWhat you can do with signing up Sign upLogin Comments No comments Let's comment your feelings that are more than good LoginSign Up ...
很喜欢onedark的风格,本身支持 dark,darker,cool,deep,warm,warmer,light 几种风格,可以自行设置...