Skip to content

ok97465/telescope-py-outline.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telescope-py-outline.nvim

Outline including cell (# %%) is displayed in telescope.nvim.

DEMO

Overview

This telescope displays python outline including cell (# %%).

  • It doesn't use treesitter, lsp.
  • It need ripgrep, telescope.nvim.
  • It express only Cell, function, class.

Installation

Plug 'ok97465/telescope-py-outline.nvim'

Configuration

require('telescope').load_extension('py_outline')

Usage

require 'telescope'.extensions.py_outline.outline_file({layout_config={prompt_position="top"}, sorting_strategy="ascending"})

Releases

No releases published

Packages

No packages published

Languages