浏览代码

nixpkgs/neovim: don't add elvish to plenary

telescope uses vim.filetype now which does have elvish already
Thomas Dy 2 周之前
父节点
当前提交
28d493cef0
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      .config/nixpkgs/neovim/config/plugin/elvish.lua

+ 0 - 6
.config/nixpkgs/neovim/config/plugin/elvish.lua

@@ -1,6 +0,0 @@
--- add extra filetypes for plenary
-require('plenary.filetype').add_table({
-  extension = {
-    ['elv'] = [[elvish]]
-  }
-})