Pārlūkot izejas kodu

nixpkgs/neovim: don't add elvish to plenary

telescope uses vim.filetype now which does have elvish already
Thomas Dy 2 nedēļas atpakaļ
vecāks
revīzija
28d493cef0
1 mainītis faili ar 0 papildinājumiem un 6 dzēšanām
  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]]
-  }
-})