fix: starship prompt config, nvim config, tmux

This commit is contained in:
Rasyidan Akbar F. 2025-10-28 11:41:20 +07:00
commit de32d5ac39
5 changed files with 197 additions and 8 deletions

View file

@ -1,7 +1,7 @@
-- Declare language servers provided via Nix so LazyVim skips Mason installs.
return {
{
"williamboman/mason.nvim",
"mason-org/mason.nvim",
opts = function(_, opts)
opts.ensure_installed = {}
end,

View file

@ -0,0 +1,6 @@
-- Override mini.pick with the new repository location
return {
{
"nvim-mini/mini.pick",
},
}