Browse Source

nixpkgs/neovim: don't add elvish to plenary

telescope uses vim.filetype now which does have elvish already
Thomas Dy 2 tuần trước cách đây
mục cha
commit
28d493cef0
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  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]]
-  }
-})