From 85750560a680907c50c1545abc4dd0e0b2452ff4 Mon Sep 17 00:00:00 2001 From: Sybrand Aarnoutse Date: Fri, 30 Oct 2020 20:25:01 +0100 Subject: [PATCH] Add delimiter for the `nix` language. (#442) --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 5d32d38..0b1cff9 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -292,6 +292,7 @@ let s:delimiterMap = { \ 'newlisp': { 'left': ';' }, \ 'nginx': { 'left': '#' }, \ 'nimrod': { 'left': '#' }, + \ 'nix': { 'left': '#' }, \ 'nroff': { 'left': '\"' }, \ 'nsis': { 'left': '#' }, \ 'ntp': { 'left': '#' },