This commit is contained in:
2023-05-22 09:51:44 +02:00
parent fdecdd833d
commit ca94842b28
2 changed files with 2 additions and 0 deletions

View File

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

1
lua/styling.lua Normal file
View File

@ -0,0 +1 @@
vim.cmd[[colorscheme industry]]