nvim: qol on lualine, bufferline, use nixd as nix lsp

This commit is contained in:
js0ny 2025-10-29 04:55:00 +00:00
parent 6fb3efd1dc
commit cd9c91b9bc
11 changed files with 76 additions and 67 deletions

View file

@ -20,7 +20,7 @@ local config = {
component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" },
-- theme = "catppuccin",
theme = vim.g.colors_name,
theme = "auto",
-- IDE-like Global Status
globalstaus = true,
},