Skip to content

Commit

Permalink
chore(nvim): remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jun 11, 2024
1 parent 105da6e commit 2073c71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
7 changes: 0 additions & 7 deletions nvim/after/ftplugin/rust.lua

This file was deleted.

15 changes: 0 additions & 15 deletions nvim/lua/my/configure/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,6 @@ return {
},
{ 'mrjones2014/iconpicker.nvim' },
{ 'mrjones2014/lua-gf.nvim', dev = true, ft = 'lua' },
-- {
-- 'echasnovski/mini.pairs',
-- event = 'InsertEnter',
-- opts = {
-- mappings = {
-- -- https://old.reddit.com/r/neovim/comments/163rzex/how_to_avoid_autocompleting_right_parentheses/jy4zwp8/
-- -- disable if a matching character is in an adjacent position (eg. fixes
-- -- markdown triple ticks) neigh_pattern: a pattern for *two* neighboring
-- -- characters (before and after). Use dot `.` to allow any character.
-- -- Here, we disable the functionality instead of inserting a matching quote
-- -- if there is an adjacent non-space character
-- ['`'] = { action = 'closeopen', pair = '``', neigh_pattern = '[^%S][^%S]', register = { cr = false } },
-- },
-- },
-- },
{
'echasnovski/mini.splitjoin',
keys = {
Expand Down

0 comments on commit 2073c71

Please sign in to comment.