Skip to content

Commit

Permalink
Better defaults and RIP jq
Browse files Browse the repository at this point in the history
  • Loading branch information
NonlinearFruit committed Nov 9, 2024
1 parent dbc9896 commit 081db6d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 306 deletions.
289 changes: 0 additions & 289 deletions nvim/lua/jqplay.lua

This file was deleted.

15 changes: 0 additions & 15 deletions nvim/lua/plugins/jqplay.lua

This file was deleted.

2 changes: 1 addition & 1 deletion nvim/lua/plugins/overlength.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
local api = vim.api
local overlength_active = false
local config = {
column_length = 120, -- Default column length
column_length = 80, -- Default column length
terminal_background = "darkgrey", -- Default background color for terminal
gui_background = "#592929", -- Default background color for GUI
}
Expand Down
2 changes: 1 addition & 1 deletion nvim/lua/plugins/runner.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local function configure()

vim.keymap.set("n", "<leader>vr", function()
runner.run("!!")
end, { desc = "[v]imux [r]erun the last command" })
end, { desc = "[v]imux [r]epeat the last command" })

vim.keymap.set(
"n",
Expand Down

0 comments on commit 081db6d

Please sign in to comment.