summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authornic <ra@afu.re>2025-06-03 09:53:08 -0400
committernic <ra@afu.re>2025-06-03 09:53:08 -0400
commit99493cbf74374306afd222dfef216393d98d6881 (patch)
tree6ec7a14bac0ae39363f922e385027ed2a7abc413 /index.md
parent7e4eda37d3eb00b1eb769b4e29127573ee742f27 (diff)
Auto from nzxt - Tue 03 Jun 2025 09:53:08 AM EDT
Diffstat (limited to 'index.md')
-rw-r--r--index.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/index.md b/index.md
index 2b8cedc..3170c04 100644
--- a/index.md
+++ b/index.md
@@ -41,9 +41,19 @@ going towards the corporation as governement ... spoke with kittykat
cancel crossover bin
-cancel les vols d'alexie
-
+Is my left ctrl also a win key ????
-Is my left ctrl also a win key ????
+ {
+ "yacineMTB/pyrepl.nvim",
+ dependencies = { 'nvim-lua/plenary.nvim' },
+ config = function()
+ require("pyrepl").setup({
+ url = "http://localhost:5000/execute"
+ })
+ end,
+ keys = {
+ { "<leader>p", function() require('pyrepl').run_selected_lines() end, mode = "v", desc = "Run selected lines" }
+ }
+ },