From f40c73f3b30547f7267c84bd22677dec65029dc4 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 11 Feb 2024 19:35:06 +0400 Subject: nvim: autocomment on conf filetype is ignored --- src/dotfiles/nvim/lua/master/plugins/nvim-autopairs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dotfiles') diff --git a/src/dotfiles/nvim/lua/master/plugins/nvim-autopairs.lua b/src/dotfiles/nvim/lua/master/plugins/nvim-autopairs.lua index fc036c4..0649588 100644 --- a/src/dotfiles/nvim/lua/master/plugins/nvim-autopairs.lua +++ b/src/dotfiles/nvim/lua/master/plugins/nvim-autopairs.lua @@ -1,5 +1,5 @@ require('nvim-autopairs').setup({ - disable_filetype = { "TelescopePrompt", "spectre_panel", "neo-tree-popup"}, + disable_filetype = { "TelescopePrompt", "spectre_panel", "neo-tree-popup", "conf"}, disable_in_macro = true, disable_in_visualblock = false, disable_in_replace_mode = true, -- cgit v1.2.3