fix: starship prompt config, nvim config, tmux
This commit is contained in:
parent
0057636558
commit
de32d5ac39
5 changed files with 197 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
6
modules/home/rsydn/programs/nvim/lua/plugins/mini.lua
Normal file
6
modules/home/rsydn/programs/nvim/lua/plugins/mini.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-- Override mini.pick with the new repository location
|
||||
return {
|
||||
{
|
||||
"nvim-mini/mini.pick",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue