File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11return {
22 ' tpope/vim-repeat' ,
33 ' airblade/vim-rooter' ,
4+ ' sitiom/nvim-numbertoggle' ,
45 {
56 ' declancm/maximize.nvim' ,
67 opts = {},
@@ -36,23 +37,19 @@ return {
3637 {
3738 ' max397574/better-escape.nvim' ,
3839 event = ' InsertEnter' ,
39- config = function ()
40- require (' better_escape' ).setup {
41- mappings = {
42- t = { j = { false } }, -- lazygit navigation fix
43- v = { j = { false } }, -- visual select fix
44- },
45- }
46- end ,
40+ opts = {
41+ mappings = {
42+ t = { j = { false } }, -- lazygit navigation fix
43+ v = { j = { false } }, -- visual select fix
44+ },
45+ },
4746 },
4847 {
4948 ' nativerv/cyrillic.nvim' ,
5049 event = { ' VeryLazy' },
51- config = function ()
52- require (' cyrillic' ).setup {
53- no_cyrillic_abbrev = false , -- default
54- }
55- end ,
50+ opts = {
51+ no_cyrillic_abbrev = false , -- default
52+ },
5653 },
5754 {
5855 ' brenoprata10/nvim-highlight-colors' ,
@@ -77,7 +74,6 @@ return {
7774 },
7875 {
7976 ' akinsho/toggleterm.nvim' ,
80- keys = { ' F7' },
8177 opts = {
8278 size = 10 ,
8379 open_mapping = [[ <F7>]] ,
You can’t perform that action at this time.
0 commit comments