mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
Colors
This commit is contained in:
@@ -69,6 +69,9 @@ Plug 'nvim-telescope/telescope.nvim'
|
|||||||
Plug 'kosayoda/nvim-lightbulb'
|
Plug 'kosayoda/nvim-lightbulb'
|
||||||
Plug 'antoinemadec/FixCursorHold.nvim'
|
Plug 'antoinemadec/FixCursorHold.nvim'
|
||||||
|
|
||||||
|
Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } }
|
||||||
|
|
||||||
|
Plug 'norcalli/nvim-colorizer.lua'
|
||||||
|
|
||||||
Plug 'ms-jpq/chadtree', {'branch': 'chad', 'do': 'python3 -m chadtree deps'}
|
Plug 'ms-jpq/chadtree', {'branch': 'chad', 'do': 'python3 -m chadtree deps'}
|
||||||
Plug 'ms-jpq/coq_nvim', {'branch': 'coq'}
|
Plug 'ms-jpq/coq_nvim', {'branch': 'coq'}
|
||||||
@@ -209,7 +212,7 @@ EOF
|
|||||||
let g:catppuccin_flavour = "macchiato" " latte, frappe, macchiato, mocha
|
let g:catppuccin_flavour = "macchiato" " latte, frappe, macchiato, mocha
|
||||||
|
|
||||||
lua require("catppuccin").setup()
|
lua require("catppuccin").setup()
|
||||||
|
lua require('colorizer').setup()
|
||||||
colorscheme catppuccin
|
colorscheme catppuccin
|
||||||
|
|
||||||
autocmd VimEnter * execute 'COQnow -s'
|
autocmd VimEnter * execute 'COQnow -s'
|
||||||
|
|||||||
Reference in New Issue
Block a user