removed <c-s> mapping
This commit is contained in:
parent
3e7d633dc6
commit
e11521e176
1 changed files with 3 additions and 0 deletions
|
|
@ -67,6 +67,9 @@ lua <<EOF
|
||||||
vim.keymap.set('n', '<leader>e', vim.diagnostic.open_float, {})
|
vim.keymap.set('n', '<leader>e', vim.diagnostic.open_float, {})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- this interferes with cool vim surround stuff
|
||||||
|
vim.keymap.del('i', '<C-s>', {})
|
||||||
|
|
||||||
local nvim_lsp = require('lspconfig')
|
local nvim_lsp = require('lspconfig')
|
||||||
local capabilities = require('cmp_nvim_lsp').default_capabilities()
|
local capabilities = require('cmp_nvim_lsp').default_capabilities()
|
||||||
local servers = { "r_language_server", "ts_ls", "astro", "texlab", "marksman" }
|
local servers = { "r_language_server", "ts_ls", "astro", "texlab", "marksman" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue