styling
This commit is contained in:
@ -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
1
lua/styling.lua
Normal file
@ -0,0 +1 @@
|
|||||||
|
vim.cmd[[colorscheme industry]]
|
Reference in New Issue
Block a user