Преглед на файлове

nixpkgs/neovim: support elvish in plenary.filetype

Among other things, this allows it to be properly highlighted in
telescope.
Thomas Dy преди 1 година
родител
ревизия
d01bc4b9ca
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  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 = {