1
0
Эх сурвалжийг харах

nixpkgs/neovim: support elvish in plenary.filetype

Among other things, this allows it to be properly highlighted in
telescope.
Thomas Dy 1 жил өмнө
parent
commit
d01bc4b9ca

+ 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
 -- file/buffer/etc picker
 require('telescope').setup({
 require('telescope').setup({
   defaults = {
   defaults = {