소스 검색

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]]
-  }
-})