diff options
author | Valentin Popov <valentin@popov.link> | 2023-03-30 15:45:31 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2023-03-30 15:46:26 +0300 |
commit | aa1b9a12010b29502cbec822d3a20c0c90b34e34 (patch) | |
tree | 51895da88f00e468bb746302d7e25541a66d4b5e /lua/init.lua | |
parent | 865c863f795ce3022f57f15e795bfa0d2172b3a0 (diff) | |
download | nvim-config-aa1b9a12010b29502cbec822d3a20c0c90b34e34.tar.xz nvim-config-aa1b9a12010b29502cbec822d3a20c0c90b34e34.zip |
Updated 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, 1 insertions, 1 deletions
diff --git a/lua/init.lua b/lua/init.lua index a334322..2d0ee2e 100644 --- a/lua/init.lua +++ b/lua/init.lua @@ -1,2 +1,2 @@ require('plugins') -require('theme')
\ No newline at end of file +require('plugins/lualine') |