File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1515======== `"")----------------(""` ___________ ========
1616======== /::::::::::| |::::::::::\ \ no mouse \ ========
1717======== /:::========| |==hjkl==:::\ \ required \ ========
18- ======== '""""""""""""' '""""""""""""' '"""""""""" ' ========
18+ ======== '""""""""""""' '""""""""""""' '"""""""""' ========
1919======== ========
2020=====================================================================
2121=====================================================================
2222
2323What is Kickstart?
2424
25- Kickstart.nvim is *not* a distribution.
25+ Kickstart.nvim is *not* a distribution.
2626
2727 Kickstart.nvim is a starting point for your own configuration.
2828 The goal is that you can read every line of code, top-to-bottom, understand
Original file line number Diff line number Diff line change 1+ return {
2+ { -- https://github.com/echasnovski/mini.surround
3+ ' echasnovski/mini.surround' ,
4+ version = false ,
5+ recommended = true ,
6+ opts = {
7+ mappings = {
8+ add = ' gsa' , -- Add surrounding in Normal and Visual modes
9+ delete = ' gsd' , -- Delete surrounding
10+ find = ' gsf' , -- Find surrounding (to the right)
11+ find_left = ' gsF' , -- Find surrounding (to the left)
12+ highlight = ' gsh' , -- Highlight surrounding
13+ replace = ' gsr' , -- Replace surrounding
14+ update_n_lines = ' gsn' , -- Update `n_lines`
15+ },
16+ },
17+ },
18+ }
You can’t perform that action at this time.
0 commit comments