[nvim] Permet de copier dans ls clipboard system

This commit is contained in:
Gregory Trolliet 2024-12-19 17:40:28 +01:00
parent 7b084aada1
commit 2b062e93da

View file

@ -38,6 +38,8 @@ map('n', '<Leader>gS', ':Telescope lsp_dynamic_workspace_symbols<Enter>
map('n', '<Leader>h', ':nohlsearch<Enter>', options)
map('v', '<Leader>y', '"+y', options)
--------------------------------------------------
-- Telescope
--------------------------------------------------