···11local ok, feline = pcall(require, "feline")
22if not ok then return end
3344+-- TODO
55+-- check here : https://github.com/brainfucksec/neovim-lua/blob/main/nvim/lua/core/statusline.lua
66+-- and check here (to find feline alternatives, galaxyline) : https://github.com/CosmicNvim/CosmicNvim
77+48local vi_mode_utils = require("feline.providers.vi_mode")
59local lsp = require("feline.providers.lsp")
610