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/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/init.lua')
| -rw-r--r-- | lua/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/init.lua b/lua/init.lua new file mode 100644 index 0000000..a334322 --- /dev/null +++ b/lua/init.lua @@ -0,0 +1,2 @@ +require('plugins') +require('theme')
\ No newline at end of file |
