Skip to content

Commit

Permalink
neovim: Remove unused projectionist config
Browse files Browse the repository at this point in the history
This conflicts with yazi.vim:
mikavilpas/yazi.nvim#638
  • Loading branch information
juanibiapina committed Dec 28, 2024
1 parent a3713aa commit ad7e190
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions dotfiles/nvim/.config/nvim/conf/auto/projectionist.vim
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ let g:projectionist_heuristics = {
\ "type" : "spec",
\ },
\ },
\ "*.gemspec" : {
\ "lib/*.rb" : {
\ "alternate": "spec/{}_spec.rb",
\ "type" : "lib"
\ },
\ "spec/*_spec.rb" : {
\ "alternate": "lib/{}.rb",
\ "type" : "spec",
\ }
\ },
\ ".ruby-version" : {
\ "lib/*.rb" : {
\ "alternate": "spec/{}_spec.rb",
Expand Down

0 comments on commit ad7e190

Please sign in to comment.