color and treesitter

This commit is contained in:
Wolfgang Hottgenroth 2024-12-02 07:53:53 +01:00
parent 99d382dfce
commit b64d8a0553
Signed by: wn
GPG Key ID: 18FDFA577A8871AD
2 changed files with 2 additions and 0 deletions

View File

@ -10,5 +10,6 @@ vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
vim.cmd('colorscheme industry')

View File

@ -10,5 +10,6 @@ return require('packer').startup(function(use)
use 'hrsh7th/cmp-buffer'
use 'nvim-tree/nvim-tree.lua'
use 'Mofiqul/dracula.nvim'
use 'nvim-treesitter/nvim-treesitter'
end)