Skip to content

rufex/araucaria.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Araucaria

Araucaria is a Neovim plugin to navigate through RSpec files.

Installation

Use your favorite plugin manager to install Araucaria. For example, with Lazy.vim:

  'rufex/araucaria.nvim',
  dependencies = {
    'nvim-treesitter/nvim-treesitter',
    'nvim-telescope/telescope.nvim',
    'nvim-lua/plenary.nvim'
  },

How to use

Araucaria provides two commands:

  • :AraucariaBuff - Opens a Telescope picker to show all RSpec tests for the provided buffer or current buffer if not specified.
  • :AraucariaAll - Opens a Telescope picker to show all RSpec files in the project.
  • :Araucaria - Combines the functionality of :AraucariaBuff and :AraucariaAll into one:
    • If the current buffer is an RSpec file, it behaves like :AraucariaBuff, opening the picker with all RSpec tests for the current buffer.
    • If the current buffer is not an RSpec file, it behaves like :AraucariaAll show all RSpec files, and after selecting one of them, it opens that file's RSpec tests as ArucariaBuff.

Screenshots

:AraucariaBuff or :Araucaria

Araucaria

:AraucariaAll or :Araucaria

AraucariaAll

Roadmap

  • FZF ?

Araucaria

Image by Dangelin5 - Own work, CC BY-SA 4.0

About

Neovim plugin to navigate RSpec files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages