color and treesitter
This commit is contained in:
parent
99d382dfce
commit
b64d8a0553
1
init.lua
1
init.lua
@ -10,5 +10,6 @@ vim.opt.tabstop = 2
|
|||||||
vim.opt.shiftwidth = 2
|
vim.opt.shiftwidth = 2
|
||||||
vim.opt.expandtab = true
|
vim.opt.expandtab = true
|
||||||
|
|
||||||
|
vim.cmd('colorscheme industry')
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,5 +10,6 @@ return require('packer').startup(function(use)
|
|||||||
use 'hrsh7th/cmp-buffer'
|
use 'hrsh7th/cmp-buffer'
|
||||||
use 'nvim-tree/nvim-tree.lua'
|
use 'nvim-tree/nvim-tree.lua'
|
||||||
use 'Mofiqul/dracula.nvim'
|
use 'Mofiqul/dracula.nvim'
|
||||||
|
use 'nvim-treesitter/nvim-treesitter'
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user