From 392d3df314874fe802d51f84e3a63f82a8ab893b Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 1 Oct 2024 12:32:15 +0200 Subject: Changes to snippets, lsp, lazy and set.lua - Changed go snippets to be more intuitive - lazy.lua: - Added lsp_signature plugin - Added which-keky plugin - lsp.lua: - Changed lsp.lua to have variables at the top - Added more keybinds for diagnostics - Added gopls configuration for inlay hints - Moved borders from set.lua to lsp.lua - Added ts_ls and powershell lsps - set.lua: - Added colorcolumn option - luasnip.lua: - Added shebang snippet for shell --- after/ftplugin/sh.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 after/ftplugin/sh.lua (limited to 'after/ftplugin/sh.lua') diff --git a/after/ftplugin/sh.lua b/after/ftplugin/sh.lua new file mode 100644 index 0000000..2cb8493 --- /dev/null +++ b/after/ftplugin/sh.lua @@ -0,0 +1,3 @@ +local map = vim.keymap.set + +map("n", ",v", [[s/\(\s*\)\(.\+\)/\1"$(\2)"/]]) -- cgit v1.2.3