From 869afe4b3a7be1d1699d68779ead1de09f83f4f4 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 16 Jun 2024 05:31:32 +0300 Subject: [PATCH] neovim: add linelimiter for vue --- neovim/dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/neovim/dev.nix b/neovim/dev.nix index 91955f7..3287cf1 100644 --- a/neovim/dev.nix +++ b/neovim/dev.nix @@ -40,6 +40,7 @@ in "nix" "javascript,javascriptreact" "typescript,typescriptreact" + "vue" "rust" "haskell" ];