mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref(nvim): keymap cleanup
This commit is contained in:
parent
0245e8a680
commit
8aaa3aed7d
8 changed files with 39 additions and 50 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue