Procházet zdrojové kódy

nixpkgs/neovim: support elvish in plenary.filetype

Among other things, this allows it to be properly highlighted in
telescope.
Thomas Dy před 1 rokem
rodič
revize
d01bc4b9ca
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. 7 0
      .config/nixpkgs/neovim/plugins.lua

+ 7 - 0
.config/nixpkgs/neovim/plugins.lua

@@ -1,3 +1,10 @@
+-- add extra filetypes for plenary
+require('plenary.filetype').add_table({
+  extension = {
+    ['elv'] = [[elvish]]
+  }
+})
+
 -- file/buffer/etc picker
 require('telescope').setup({
   defaults = {