Skip to content

Commit

Permalink
Enable space after comment leader
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxattax97 committed Oct 17, 2024
1 parent c4bcb93 commit 0fdc3e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/nvim/includes/plugin_settings.vim
Original file line number Diff line number Diff line change
Expand Up @@ -308,4 +308,7 @@ let g:list_of_insert_keys = []
let g:list_of_disabled_keys = []
let g:hardtime_timeout = 2000
let g:hardtime_maxcount = 0

" Add spaces after the comment leader.
let g:NERDSpaceDelims = 1
" }}}

0 comments on commit 0fdc3e8

Please sign in to comment.