From 10f54e9f72688057bd7702396e703bc769a3cb8f Mon Sep 17 00:00:00 2001 From: devhell Date: Sun, 27 Jun 2021 14:40:24 +0100 Subject: pkgs/vim: Add vim-toml I find myself working more and more with TOML files these days. Unfortunately neither `vim` nor `neovim` upstream have added support for syntax highlighting of TOML files yet. --- pkgs/devhell/vim/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/devhell') diff --git a/pkgs/devhell/vim/default.nix b/pkgs/devhell/vim/default.nix index e382e613..aeea397c 100644 --- a/pkgs/devhell/vim/default.nix +++ b/pkgs/devhell/vim/default.nix @@ -19,6 +19,7 @@ pkgs.vim_configurable.overrideAttrs (drv: { vim-lastplace vim-nix vim-signify + vim-toml colorizer ]; opt = [ vimtex ]; -- cgit 1.4.1