1
0
Fork 0

nvim: mv ui.lua -> tools.lua

This commit is contained in:
tastytea 2022-08-13 17:04:51 +02:00
parent 836667ac77
commit 7bf0d31adf
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
3 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ require('my/keymaps')
require('my/fileformats')
require('my/completion')
require('my/lsp')
require('my/ui')
require('my/tools')
require('my/coding')
require('my/net')

View File

@ -1,6 +1,6 @@
require('my/plugins')
require('my/keymaps')
require('my/ui')
require('my/tools')
packer.use { -- toggle comments
'https://github.com/tomtom/tcomment_vim',