up
This commit is contained in:
@@ -42,12 +42,12 @@ return {
|
||||
evaluate_single = true,
|
||||
header = table.concat(logo.neovim1, '\n'),
|
||||
items = {
|
||||
{ action = 'edit ~/.config/nvim/init.lua', name = ' Configuration', section = 'Configuration' },
|
||||
{ action = 'Telescope find_files', name = ' Rechercher fichier', section = 'Telescope' },
|
||||
{ action = 'Telescope oldfiles', name = ' Fichiers récents', section = 'Telescope' },
|
||||
{ action = 'Telescope live_grep', name = ' Rechercher texte', section = 'Telescope' },
|
||||
{ action = 'e .', name = ' Ouvrir', section = 'Fichiers' },
|
||||
{ action = 'qa', name = ' Quitter', section = 'Quitter' },
|
||||
{ action = 'Neotree reveal=true position=float dir=~/.config/nvim/', name = ' Configuration', section = 'General' },
|
||||
{ action = 'e .', name = ' Open', section = 'Files' },
|
||||
{ action = 'Telescope find_files', name = ' Find file', section = 'Files' },
|
||||
{ action = 'Telescope oldfiles', name = ' Recent files', section = 'Files' },
|
||||
{ action = 'Telescope live_grep', name = ' Find text', section = 'Files' },
|
||||
{ action = 'qa', name = ' Quit', section = 'General' },
|
||||
},
|
||||
content_hooks = {
|
||||
require('mini.starter').gen_hook.adding_bullet ' ',
|
||||
@@ -64,7 +64,7 @@ return {
|
||||
commenter.setup {
|
||||
mappings = {
|
||||
comment = '<leader>c',
|
||||
comment_line = '<leader>cl',
|
||||
comment_line = '<leader>c',
|
||||
comment_visual = '<leader>c',
|
||||
textobject = '<leader>c',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user