this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add TODO to core/statusline

+4
+4
lua/core/statusline/init.lua
··· 1 1 local ok, feline = pcall(require, "feline") 2 2 if not ok then return end 3 3 4 + -- TODO 5 + -- check here : https://github.com/brainfucksec/neovim-lua/blob/main/nvim/lua/core/statusline.lua 6 + -- and check here (to find feline alternatives, galaxyline) : https://github.com/CosmicNvim/CosmicNvim 7 + 4 8 local vi_mode_utils = require("feline.providers.vi_mode") 5 9 local lsp = require("feline.providers.lsp") 6 10