mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
update nvim config
This commit is contained in:
parent
e3f9d23175
commit
1e68462bc1
21 changed files with 350 additions and 99 deletions
|
|
@ -1,7 +1,9 @@
|
|||
return {
|
||||
'echasnovski/mini.comment',
|
||||
version = '*',
|
||||
config = function()
|
||||
require('mini.comment').setup({})
|
||||
end
|
||||
opts = {
|
||||
options = {
|
||||
custom_commentstring = function() return vim.bo.commentstring end
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue