1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

rename ui.vim --> themes.vim

This commit is contained in:
jdhao 2021-10-22 23:04:58 +08:00
parent 9a2e1b8475
commit 647cc833cc
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ let g:config_file_list = ['globals.vim',
\ 'autocommands.vim',
\ 'mappings.vim',
\ 'plugins.vim',
\ 'ui.vim'
\ 'themes.vim'
\ ]
let g:nvim_config_root = expand('<sfile>:p:h')