Skip to content

Commit c42ed46

Browse files
nvim: remove nerdcommenter
1 parent 54c26df commit c42ed46

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

modules/nvim/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ let
126126
];
127127

128128
misc = with pkgs.vimPlugins; [
129-
nerdcommenter
130129
editorconfig-nvim
131130
nvim-autopairs
132131
leap-nvim

modules/nvim/lua/minizilla/misc.lua

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@ require('leap').add_default_mappings()
55

66
require('nvim-autopairs').setup()
77

8-
vim.cmd [[
9-
let g:NERDCreateDefaultMappings = 0
10-
let g:NERDSpaceDelims = 1
11-
let g:NERDCompactSexyComs = 1
12-
let g:NERDDefaultAlign = 'left'
13-
let g:NERDCommentEmptyLines = 1
14-
let g:NERDTrimTrailingWhitespace = 1
15-
]]
16-
map('<C-/>', '<Plug>NERDCommenterToggle')
178
map('<Leader>mp', '<Plug>MarkdownPreviewToggle')
189

1910
local mark = require('harpoon.mark')

0 commit comments

Comments
 (0)