feat/cleanup: some january updates
- do not commit lock files - add script connection to waybar (script not yet in this repo) - delay some loading in nvim - update niri to use swaylock and swayidle - add some niri windowrules for default window widths - update paru to offer choice for what to update
This commit is contained in:
@@ -127,7 +127,7 @@ return {
|
||||
},
|
||||
{
|
||||
"lewis6991/gitsigns.nvim",
|
||||
lazy = false,
|
||||
event = "UIEnter",
|
||||
opts = {
|
||||
signs = {
|
||||
add = { text = "│" },
|
||||
@@ -178,5 +178,13 @@ return {
|
||||
{
|
||||
"ibhagwan/fzf-lua",
|
||||
opts = {},
|
||||
event = "VeryLazy",
|
||||
config = {
|
||||
fzf_colors = true,
|
||||
borderless,
|
||||
skim,
|
||||
telescope,
|
||||
},
|
||||
-- keys = { "<c-l>", mode = { "n" }, "<cmd>FzfLua<cr>", desc = "FzfLua" },
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user