From 98698521b28de8aabb533d10825a5d0af8cc2043 Mon Sep 17 00:00:00 2001
From: Yigit Sever
Date: Wed, 1 Dec 2021 11:06:11 +0300
Subject: nvim: shed fluff with 0.6.0

---
 .config/nvim/lua/mappings.lua | 4 ----
 .config/nvim/lua/plugins.lua  | 2 --
 .config/nvim/lua/settings.lua | 2 --
 3 files changed, 8 deletions(-)

(limited to '.config/nvim/lua')

diff --git a/.config/nvim/lua/mappings.lua b/.config/nvim/lua/mappings.lua
index ad40879..fed06d9 100644
--- a/.config/nvim/lua/mappings.lua
+++ b/.config/nvim/lua/mappings.lua
@@ -51,10 +51,6 @@ map('n', '<Leader>fp', ":set formatprg=~/.local/bin/sentences<CR>", { silent = f
 map('n', 'S', ':%s//g<Left><Left>', { silent = false })
 map('v', 'S', ':s//g<Left><Left>', { silent = false })
 
--- if you like "Y" to work from the cursor to the end of line (which is more
--- logical, but not Vi-compatible)
-map('n', 'Y', 'y$', { noremap = false })
-
 -- jump to buffer
 map('n', '<Leader>b', ':ls<cr>:b<space>')
 
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua
index 2bb5269..186b04a 100644
--- a/.config/nvim/lua/plugins.lua
+++ b/.config/nvim/lua/plugins.lua
@@ -100,8 +100,6 @@ return require('packer').startup(function()
     use 'matze/vim-move'
     -- surround text objects; sa, sr and sd
     use 'machakann/vim-sandwich'
-    -- visual feedback for substitute holy shit this is amazing
-    use 'markonm/traces.vim'
     -- see the contents of registers on "/<CTRL-R>
     use 'junegunn/vim-peekaboo'
     -- use <leader>k to highlight multiple words)
diff --git a/.config/nvim/lua/settings.lua b/.config/nvim/lua/settings.lua
index f092253..db112af 100644
--- a/.config/nvim/lua/settings.lua
+++ b/.config/nvim/lua/settings.lua
@@ -68,8 +68,6 @@ o.relativenumber = true
 o.showmode = false
 -- jump to the matching bracket briefly
 o.showmatch = true
--- move freely between buffers
-o.hidden = true
 
 -- persistent undo
 o.undofile = true
-- 
cgit v1.2.3-70-g09d2