diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-07-17 22:33:37 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-07-17 22:33:37 +0200 |
| commit | d0ae0a94d182cf65aaa03e8dc9b07ffe5ae25ce9 (patch) | |
| tree | a857103b390c211d913323a17559e919334136ce | |
| parent | feat: add rounded border to lsp hover, set leader gh to diagnostic.goto_next (diff) | |
| download | nvim-d0ae0a94d182cf65aaa03e8dc9b07ffe5ae25ce9.tar.gz | |
refactor: remove unused code
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/remap.lua | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lua/pml68/remap.lua b/lua/pml68/remap.lua index c11bf29..511b707 100644 --- a/lua/pml68/remap.lua +++ b/lua/pml68/remap.lua @@ -77,18 +77,3 @@ vim.api.nvim_create_autocmd('LspAttach', { end, { silent = true }) end }) - --- Netrw (u/vonheikemen) -vim.api.nvim_create_autocmd('filetype', { - pattern = 'netrw', - desc = 'Better mappings for netrw', - callback = function() - local bind = function(lhs, rhs) - vim.keymap.set('n', lhs, rhs, { remap = true, buffer = true }) - end - - bind('a', '%') - - bind('r', 'R') - end -}) |
