From ca94842b28bdb820a035b5f9a4f336d09ea8e7df Mon Sep 17 00:00:00 2001 From: Wolfgang Ludger Hottgenroth Date: Mon, 22 May 2023 09:51:44 +0200 Subject: [PATCH] styling --- lua/plugins.lua | 1 + lua/styling.lua | 1 + 2 files changed, 2 insertions(+) create mode 100644 lua/styling.lua 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]]