Compare commits
2 Commits
1005b984fa
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| da729abfc5 | |||
| 4a7af724c2 |
@@ -127,7 +127,7 @@ vim.keymap.set('v', '<M-Down>', ":m '>+1<cr>gv=gv", { desc = "Move current selec
|
||||
-- Shortcuts which are known from Emacs
|
||||
--
|
||||
------------------------------------------
|
||||
vim.keymap.set('n', '<space>q', "gwap", { desc = "Wrap paragraph" })
|
||||
vim.keymap.set('n', '<space>q', "gwgw", { desc = "Wrap textobject" })
|
||||
vim.keymap.set('n', '<esc><esc>', ":silent! nohls<CR>", { desc = "Clear search" })
|
||||
vim.keymap.set('i', '<c-Del>', '<c-o>dW', { desc = "Delete word right" })
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@ if vim.loop.os_gethostname() == 'ccflow' then
|
||||
'gopls',
|
||||
'bashls',
|
||||
'html',
|
||||
'emmylua_ls',
|
||||
'emmylua_ls', -- arch aur: emmylua-ls-bin
|
||||
'jsonls', -- arch extra: vscode-json-languageserver
|
||||
'kotlin_lsp', -- arch aur: kotlin-lsp-bin
|
||||
'lemminx', -- arch aur: lemminx
|
||||
|
||||
Reference in New Issue
Block a user