brunofavs / nvim

Repository for my own costum nvim config
0 stars 0 forks source link

To do list #1

Open brunofavs opened 2 months ago

brunofavs commented 2 months ago
brunofavs commented 2 months ago

Implement vim plugins (vim indent)

Quite literally just add them like this :

return{
"michaeljsmith/vim-indent-object"
}
brunofavs commented 2 months ago

Multi line editing isn't super robust but it works for now

brunofavs commented 2 months ago

https://github.com/preservim/nerdcommenter

Investigate