Skip to content

Instantly share code, notes, and snippets.

View Toufyx's full-sized avatar

DEFEYTER Thibault Toufyx

View GitHub Profile
local feline = require('feline')
local vi_mode = require('feline.providers.vi_mode')
--
-- 1. define some constants
--
-- left and right constants (first and second items of the components array)
local LEFT = 1
local RIGHT = 2