Ver Fonte

nixpkgs/neovim: don't add elvish to plenary

telescope uses vim.filetype now which does have elvish already
Thomas Dy há 2 semanas atrás
pai
commit
28d493cef0
1 ficheiros alterados com 0 adições e 6 exclusões
  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]]
-  }
-})