WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 12a2e960af - Show all commits

View file

@ -1,3 +1,4 @@
local noice_statusline = require("noice").api.statusline.mode
-- Statusline -- Statusline
--- @type LazyPluginSpec --- @type LazyPluginSpec
return { return {
@ -5,6 +6,13 @@ return {
dependencies = { "kyazdani42/nvim-web-devicons" }, dependencies = { "kyazdani42/nvim-web-devicons" },
opts = { opts = {
sections = { sections = {
lualine_x = {
{
noice_statusline.get,
cond = noice_statusline.has,
color = { fg = "#ff9e64" },
},
},
lualine_z = { lualine_z = {
{ {
"selectioncount", "selectioncount",