diff --git a/lua/plugins.lua b/lua/plugins.lua index ff482e7..136e561 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -9,5 +9,6 @@ return require('packer').startup(function(use) use 'hrsh7th/cmp-path' use 'hrsh7th/cmp-buffer' use 'nvim-tree/nvim-tree.lua' + use 'Mofiqul/dracula.nvim' end) diff --git a/lua/styling.lua b/lua/styling.lua new file mode 100644 index 0000000..14e8de2 --- /dev/null +++ b/lua/styling.lua @@ -0,0 +1 @@ +vim.cmd[[colorscheme industry]]