nvim and metropolis

This commit is contained in:
h
2024-06-24 17:24:25 -04:00
parent df57954e4f
commit 77d7676753
18 changed files with 2861 additions and 21 deletions
+1
View File
@@ -193,6 +193,7 @@ map('n', '<Leader>p', ':Telescope ', { noremap = true })
map('n', '<Leader>p ', ':Telescope ', { noremap = true })
map('n', '<Leader>.', ':lua vim.lsp.buf.code_action()<CR>', { noremap = true })
map('n', '<Leader>pn', '<Cmd>lua vim.lsp.buf.rename()<CR>', { noremap = true })
-- vim.cmd [[
-- function! s:telescope_hlsetup() abort