From 73eebd40214d84ce506566d3dbc792342acd61c9 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 7 Oct 2024 17:55:20 +0200 Subject: common/nixvim: disable some polyglot modules --- common/nixvim.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common') diff --git a/common/nixvim.nix b/common/nixvim.nix index 46c0a12..81a96ea 100644 --- a/common/nixvim.nix +++ b/common/nixvim.nix @@ -24,6 +24,12 @@ in globals = { mapleader = ";"; maplocalleader = ","; + polyglot_disabled = [ + # ftdetect messes up `vim.filetype.add` + "ftdetect" + "autoindent" + "sensible" + ]; }; opts = { -- cgit v1.2.3