Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 356 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 356 Bytes

pycell_deco.nvim

Overview

This plugin draws a line and changes a font color for python cell (# %%).

  • This is using a lot of code of lukas-reineke/headlines.nvim

DEMO

Installation

Plug 'ok97465/pycell_deco.nvim'

Configuration

require("pycell_deco").setup{cell_name_fg="#1abc9c", cell_line_bg=nil}