about summary refs log tree commit diff
path: root/pkgs/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-06-27 14:40:24 +0100
committerdevhell <devhell@mailfresser.de>2021-06-27 14:40:24 +0100
commit10f54e9f72688057bd7702396e703bc769a3cb8f (patch)
tree4097eada143883e677d67603d295cea8a56280a8 /pkgs/devhell
parent5ace6058fc70e2d4be533876c4ffddc21b0b1feb (diff)
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.
Diffstat (limited to 'pkgs/devhell')
-rw-r--r--pkgs/devhell/vim/default.nix1
1 files changed, 1 insertions, 0 deletions
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 ];