From 738059dea869260be3647a3f0e83f29e2b81882b Mon Sep 17 00:00:00 2001 From: Luminiferous Date: Sun, 5 Apr 2026 19:54:48 +0200 Subject: [PATCH] Disabled Treesitter for now --- init.lua | 11 ++++++++--- pack/plugins/start/mini.nvim | 2 +- pack/plugins/start/nvim-treesitter | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/init.lua b/init.lua index 186e7f6..4a13b3f 100644 --- a/init.lua +++ b/init.lua @@ -4,7 +4,7 @@ vim.api.nvim_exec2('language POSIX', {}) -- Source plugins if they exist {{{ pcall(require, 'mini-pick') -pcall(require, 'treesitter') +--pcall(require, 'treesitter') -- }}} -- General Editor Settings {{{ @@ -25,8 +25,9 @@ vim.opt.inccommand = 'split' vim.opt.foldmethod = 'marker' -- }}} --- Setup Clipboard for OSC 52 +-- Setup Clipboard for OSC 52 {{{ vim.g.clipboard = 'osc52' +-- }}} -- Setup (Disable) Netrw {{{ vim.g.loaded_netrw = 1 @@ -102,5 +103,9 @@ vim.keymap.set('n', 'x', '"_x') vim.keymap.set('n', 'y', '"+y') vim.keymap.set('n', 'Y', '"+y$') vim.keymap.set('n', 'p', '"+p') -vim.keymap.set('n', 'P', '"+P') +vim.keymap.set('n', 'y', '"+y') +vim.keymap.set('v', 'Y', '"+y$') +vim.keymap.set('v', 'p', '"+p') +vim.keymap.set('v', 'P', '"+P') +vim.keymap.set('v', 'P', '"+P') -- }}} diff --git a/pack/plugins/start/mini.nvim b/pack/plugins/start/mini.nvim index a995fe9..94cae46 160000 --- a/pack/plugins/start/mini.nvim +++ b/pack/plugins/start/mini.nvim @@ -1 +1 @@ -Subproject commit a995fe9cd4193fb492b5df69175a351a74b3d36b +Subproject commit 94cae4660a8b2d95dbbd56e1fbc6fcfa2716d152 diff --git a/pack/plugins/start/nvim-treesitter b/pack/plugins/start/nvim-treesitter index 1970f0d..42fc28b 160000 --- a/pack/plugins/start/nvim-treesitter +++ b/pack/plugins/start/nvim-treesitter @@ -1 +1 @@ -Subproject commit 1970f0d3bbb99c7659e58914948749437c7b7398 +Subproject commit 42fc28ba918343ebfd5565147a42a26580579482