change vim colour scheme

This commit is contained in:
Benjamin Kyd
2023-02-16 15:18:48 +00:00
parent 55eb857896
commit c394202e25
2 changed files with 27 additions and 4 deletions

View File

@@ -12,6 +12,10 @@ local packer = require('packer').startup(function(use)
-- Packer should manage itself
use 'wbthomason/packer.nvim'
-- colorscheme
use { 'catppuccin/nvim', as = 'catppuccin' }
use 'rebelot/kanagawa.nvim'
-- QUALITY OF LIFE INTEGRATIONS
-- git integration
@@ -84,9 +88,6 @@ local packer = require('packer').startup(function(use)
-- status line
use 'glepnir/galaxyline.nvim'
-- colorscheme
use { 'catppuccin/nvim', as = 'catppuccin' }
-- nicer looking tab display
use 'lukas-reineke/indent-blankline.nvim'
use 'echasnovski/mini.indentscope'