diff options
author | talha <talha@talhaamir.xyz> | 2024-01-04 00:05:58 +0500 |
---|---|---|
committer | talha <talha@talhaamir.xyz> | 2024-01-04 00:05:58 +0500 |
commit | 19ae0b8a623fcf2d5945d34484159ca6a7138806 (patch) | |
tree | 879ca6ecbb1ca91488a6a64af03c430e127478e0 /after/plugin/lsp.lua | |
parent | a2776ea78525cf4aeae8d099ff0b85dc3450374d (diff) | |
parent | d17d01afef784a5277fa99b26bf7a9ba2ffa6357 (diff) |
Merge branch 'main' of ta_git:/var/www/git/nvim
Diffstat (limited to 'after/plugin/lsp.lua')
-rw-r--r-- | after/plugin/lsp.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/after/plugin/lsp.lua b/after/plugin/lsp.lua index 642328c..f8dae3c 100644 --- a/after/plugin/lsp.lua +++ b/after/plugin/lsp.lua @@ -20,7 +20,6 @@ lsp.on_attach(function(client, bufnr) vim.keymap.set("n", "<leader>vrr", function() vim.lsp.buf.references() end, opts) vim.keymap.set("n", "<leader>vrn", function() vim.lsp.buf.rename() end, opts) vim.keymap.set("i", "<C-h>", function() vim.lsp.buf.signature_help() end, opts) - lsp.buffer_autoformat() end) lsp.setup() |