1
0
Fork 0

nvim: add desc to 0.7.0 feature list

This commit is contained in:
tastytea 2022-09-26 19:03:18 +02:00
parent 0007ec44a7
commit d205ed4974
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@ local version_required = 'nvim-0.7.0'
-- 0.7.0 features we need:
-- - autocommands in Lua
-- - bind key mappings directly to Lua functions
-- - desc in keymaps
if vim.fn.has(version_required) == 0 then
print("💥 need " .. version_required .. ", config files will NOT be read!")
return nil

View File

@ -134,5 +134,4 @@ require('dressing').setup({
})
vim.notify = require('notify')
require('autolist').setup({})