From 99493cbf74374306afd222dfef216393d98d6881 Mon Sep 17 00:00:00 2001 From: nic Date: Tue, 3 Jun 2025 09:53:08 -0400 Subject: Auto from nzxt - Tue 03 Jun 2025 09:53:08 AM EDT --- index.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'index.md') 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 = { + { "p", function() require('pyrepl').run_selected_lines() end, mode = "v", desc = "Run selected lines" } + } + }, -- cgit v1.2.3