Add files via upload

This commit is contained in:
Ariel 2024-02-22 00:33:41 +08:00 committed by GitHub
parent cc87b93e76
commit 8b86e7d62f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -144,6 +144,13 @@ local plugins = {
-- if you want to draw a tabline:
vim.api.nvim_set_option("tabline", [[%{%v:lua.require("arshamiser.tabline").draw()%}]])
end,
},
{
'numToStr/Comment.nvim',
opts = {
-- add any options here
},
lazy = false,
}
}
local opts = {
@ -332,3 +339,4 @@ vim.api.nvim_create_autocmd("FileType", {
end,
})
require('Comment').setup()