Mercurial > dotfiles
comparison dot_config/nvim/init.lua @ 426:53a73096981a
Prefer single line comments
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 28 Jul 2021 18:24:39 +0200 |
parents | 10916f9b1676 |
children | 3cd158f2c6f9 |
comparison
equal
deleted
inserted
replaced
425:10916f9b1676 | 426:53a73096981a |
---|---|
71 end, | 71 end, |
72 } | 72 } |
73 use { 'tpope/vim-git' } | 73 use { 'tpope/vim-git' } |
74 | 74 |
75 -- Comments | 75 -- Comments |
76 use { 'b3nj5m1n/kommentary' } | 76 use { |
77 'b3nj5m1n/kommentary', | |
78 config = function() | |
79 require('kommentary.config').configure_language('default', { prefer_single_line_comments = true }) | |
80 end, | |
81 } | |
77 | 82 |
78 -- Undoing | 83 -- Undoing |
79 use { 'sjl/gundo.vim', cmd = { 'GundoToggle' } } | 84 use { 'sjl/gundo.vim', cmd = { 'GundoToggle' } } |
80 | 85 |
81 -- Parentheses etc | 86 -- Parentheses etc |