瀏覽代碼

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 = {