File tree Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change 1
1
return {
2
2
' tpope/vim-repeat' ,
3
3
' airblade/vim-rooter' ,
4
+ ' sitiom/nvim-numbertoggle' ,
4
5
{
5
6
' declancm/maximize.nvim' ,
6
7
opts = {},
@@ -36,23 +37,19 @@ return {
36
37
{
37
38
' max397574/better-escape.nvim' ,
38
39
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
+ },
47
46
},
48
47
{
49
48
' nativerv/cyrillic.nvim' ,
50
49
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
+ },
56
53
},
57
54
{
58
55
' brenoprata10/nvim-highlight-colors' ,
@@ -77,7 +74,6 @@ return {
77
74
},
78
75
{
79
76
' akinsho/toggleterm.nvim' ,
80
- keys = { ' F7' },
81
77
opts = {
82
78
size = 10 ,
83
79
open_mapping = [[ <F7>]] ,
You can’t perform that action at this time.
0 commit comments