Mercurial > dotfiles
comparison dot_config/nvim/config.lua @ 399:59db83251de2
Add vim-fetch to open file patterns with linenrs/colnrs
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 26 Jun 2021 17:31:28 +0200 |
parents | aea0cbb82522 |
children | e147fa291eb4 |
comparison
equal
deleted
inserted
replaced
398:aea0cbb82522 | 399:59db83251de2 |
---|---|
67 use { 'raimondi/delimitMate' } | 67 use { 'raimondi/delimitMate' } |
68 | 68 |
69 -- Moving around within lines | 69 -- Moving around within lines |
70 use { 'wellle/targets.vim', event = 'InsertEnter *' } | 70 use { 'wellle/targets.vim', event = 'InsertEnter *' } |
71 | 71 |
72 -- Peek at lines | |
73 use { 'nacro90/numb.nvim', config = function() require'numb'.setup() end } | |
74 | |
75 -- Searching | 72 -- Searching |
76 use { 'mhinz/vim-grepper', cmd = { 'Grepper' } } | 73 use { 'mhinz/vim-grepper', cmd = { 'Grepper' } } |
77 | 74 |
78 -- Keymaps TODO: to be removed when #13823 is merged | 75 -- Keymaps TODO: to be removed when #13823 is merged |
79 use { 'tjdevries/astronauta.nvim', config = function() require 'astronauta.keymap' end } | 76 use { 'tjdevries/astronauta.nvim', config = function() require 'astronauta.keymap' end } |
77 | |
78 -- Opening files | |
79 use { 'wsdjeg/vim-fetch' } | |
80 | 80 |
81 -- Indent lines | 81 -- Indent lines |
82 use { | 82 use { |
83 'lukas-reineke/indent-blankline.nvim', | 83 'lukas-reineke/indent-blankline.nvim', |
84 branch = 'lua', | 84 branch = 'lua', |