Explorar o código

nixpkgs/neovim: support elvish in plenary.filetype

Among other things, this allows it to be properly highlighted in
telescope.
Thomas Dy hai 1 ano
pai
achega
d01bc4b9ca
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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 = {