diff options
author | Valentin Popov <valentin@popov.link> | 2023-03-30 14:55:02 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2023-03-30 14:55:02 +0300 |
commit | 865c863f795ce3022f57f15e795bfa0d2172b3a0 (patch) | |
tree | ffa6a2f1f008470d79fb194faa92cc17e8638095 /lua/plugins/init.lua | |
parent | de87a959a9017cdeedaacbe2cd7f92e9ccc62495 (diff) | |
download | nvim-config-865c863f795ce3022f57f15e795bfa0d2172b3a0.tar.xz nvim-config-865c863f795ce3022f57f15e795bfa0d2172b3a0.zip |
Plugged in the theme
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'lua/plugins/init.lua')
-rw-r--r-- | lua/plugins/init.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua deleted file mode 100644 index 31702eb..0000000 --- a/lua/plugins/init.lua +++ /dev/null @@ -1,8 +0,0 @@ --- This file can be loaded by calling `lua require('plugins')` from your init.vim - --- Only required if you have packer configured as `opt` -vim.cmd [[packadd packer.nvim]] - -return require('packer').startup(function(use) - use 'wbthomason/packer.nvim' -end) |