Compare commits
3 Commits
4bc507d1e9
...
194cf40342
Author | SHA1 | Date | |
---|---|---|---|
194cf40342 | |||
d4a0e8aabc | |||
3c4c30969c |
@ -39,3 +39,11 @@ 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,3 +308,11 @@ decrement
|
|||||||
underflows
|
underflows
|
||||||
representable
|
representable
|
||||||
interesting
|
interesting
|
||||||
|
subtree
|
||||||
|
POV
|
||||||
|
orgs
|
||||||
|
NS's
|
||||||
|
internets
|
||||||
|
DNS
|
||||||
|
tokenizing
|
||||||
|
tokenization
|
||||||
|
Binary file not shown.
@ -46,15 +46,16 @@
|
|||||||
"near-critical": 15,
|
"near-critical": 15,
|
||||||
"critical": 10
|
"critical": 10
|
||||||
},
|
},
|
||||||
"tooltip": false,
|
"tooltip": true,
|
||||||
"interval": 3,
|
"interval": 30,
|
||||||
"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}%",
|
"format-near-critical": "{icon} {capacity}% {time}",
|
||||||
"format-warning": " {icon} {capacity}%",
|
"format-warning": " {icon} {capacity}% {time}",
|
||||||
"format-critical": "{icon} {capacity}%",
|
"format-critical": "{icon} {capacity}% {time}",
|
||||||
"format": "{icon} {capacity}%",
|
"format": "{icon} {capacity}% {time}",
|
||||||
"format-icons": [
|
"format-icons": [
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user