Compare commits
No commits in common. "194cf40342121fbbc5896c7e162209c965b9878e" and "4bc507d1e9defbb7dfbe89337115cd2852d50638" have entirely different histories.
194cf40342
...
4bc507d1e9
@ -39,11 +39,3 @@ vim.api.nvim_create_autocmd("InsertCharPre", {
|
|||||||
vim.api.nvim_input("<Esc>m'" .. row + 1 .. "gg" .. col + 1 .. "|if<Esc>`'la")
|
vim.api.nvim_input("<Esc>m'" .. row + 1 .. "gg" .. col + 1 .. "|if<Esc>`'la")
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.keymap.set("n", "<leader>fr", function()
|
|
||||||
vim.cmd.write()
|
|
||||||
require("toggleterm").exec("python " .. vim.api.nvim_buf_get_name(0))
|
|
||||||
end, {
|
|
||||||
buffer = true,
|
|
||||||
desc = "Python: Save and Run Current Buffer",
|
|
||||||
})
|
|
||||||
|
@ -308,11 +308,3 @@ decrement
|
|||||||
underflows
|
underflows
|
||||||
representable
|
representable
|
||||||
interesting
|
interesting
|
||||||
subtree
|
|
||||||
POV
|
|
||||||
orgs
|
|
||||||
NS's
|
|
||||||
internets
|
|
||||||
DNS
|
|
||||||
tokenizing
|
|
||||||
tokenization
|
|
||||||
|
Binary file not shown.
@ -46,16 +46,15 @@
|
|||||||
"near-critical": 15,
|
"near-critical": 15,
|
||||||
"critical": 10
|
"critical": 10
|
||||||
},
|
},
|
||||||
"tooltip": true,
|
"tooltip": false,
|
||||||
"interval": 30,
|
"interval": 3,
|
||||||
"full-at": 95,
|
"full-at": 95,
|
||||||
"format-time": "~{H}h:{M}m",
|
|
||||||
"format-plugged": "{icon} {capacity}%",
|
"format-plugged": "{icon} {capacity}%",
|
||||||
"format-charging": "{icon} {capacity}%",
|
"format-charging": "{icon} {capacity}%",
|
||||||
"format-near-critical": "{icon} {capacity}% {time}",
|
"format-near-critical": "{icon} {capacity}%",
|
||||||
"format-warning": " {icon} {capacity}% {time}",
|
"format-warning": " {icon} {capacity}%",
|
||||||
"format-critical": "{icon} {capacity}% {time}",
|
"format-critical": "{icon} {capacity}%",
|
||||||
"format": "{icon} {capacity}% {time}",
|
"format": "{icon} {capacity}%",
|
||||||
"format-icons": [
|
"format-icons": [
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user