ref(nvim): keymap cleanup

This commit is contained in:
Léana 江 2023-03-07 20:38:03 +01:00
parent 0245e8a680
commit 8aaa3aed7d
8 changed files with 39 additions and 50 deletions

View file

@ -45,7 +45,7 @@ require "packer".startup(function(use)
use "windwp/nvim-autopairs"
-- Add/change/delete surrounding delimiter pairs
use { "kylechui/nvim-surround", tag = "*" }
use { "ur4ltz/surround.nvim" }
-- Colorize hex color strings
use "norcalli/nvim-colorizer.lua"