split from plugins/init.lua, map some keys, remove clipboard integration

This commit is contained in:
2023-09-05 21:57:07 +02:00
parent 24ae44560a
commit 3cd77b2bde
7 changed files with 98 additions and 127 deletions

View File

@@ -0,0 +1,25 @@
return {
-- "gc" to comment visual regions/lines
{
'numToStr/Comment.nvim',
opts = {}
},
-- Undo browsing
'mbbill/undotree',
-- Tabstops autodetected
'tpope/vim-sleuth',
{
"kylechui/nvim-surround",
version = "*", -- Use for stability; omit to use `main` branch for the latest features
event = "VeryLazy",
config = function()
require("nvim-surround").setup({})
end
},
'ggandor/lightspeed.nvim',
}