1
0
Fork 0

nvim: add autolist

This commit is contained in:
tastytea 2022-09-25 12:38:05 +02:00
parent 86d977fdb1
commit 774861e718
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 7 additions and 0 deletions

View File

@ -139,6 +139,10 @@ require('packer').startup({ function(use)
'https://github.com/rcarriga/nvim-notify',
tag = '*'
}
use {
'https://github.com/gaoDean/autolist.nvim',
tag = '*'
}
-- coding
use {

View File

@ -133,3 +133,6 @@ require('dressing').setup({
}
})
vim.notify = require('notify')
require('autolist').setup({})