From 8dfba4d2fc33b9f1c74af97a28b38f524998aaee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Wed, 19 Jan 2022 09:38:38 +0100 Subject: [PATCH] surround vim strings in single quotes --- config/programs/vim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/programs/vim.nix b/config/programs/vim.nix index 933d211b..e1eab66c 100644 --- a/config/programs/vim.nix +++ b/config/programs/vim.nix @@ -190,7 +190,7 @@ let dsquotes = "''"; in autocmd BufWrite * call CocAction('format') " ctags path - let g:tagbar_ctags_bin = "${pkgs.universal-ctags}/bin/ctags"; + let g:tagbar_ctags_bin = '${pkgs.universal-ctags}/bin/ctags'; ''; plugins = with pkgs.vimPlugins; [ nerdtree