Added the new marksman

Signed-off-by: Marcin Woźniak <marcin.wozniak@wundermanthompson.com>
This commit is contained in:
Marcin Woźniak 2023-09-04 11:03:08 +02:00 committed by Marcin Woźniak
parent d89bb02c26
commit 0683408c18
1 changed files with 1 additions and 2 deletions

View File

@ -204,7 +204,7 @@ local handlers = {
-- Use a loop to conveniently call 'setup' on multiple servers and
-- map buffer local keybindings when the language server attaches
local servers = { 'pyright', 'bashls', 'yamlls', 'ansiblels', 'gopls', 'solargraph', 'terraformls', 'tflint' }
local servers = { 'pyright', 'bashls', 'yamlls', 'ansiblels', 'gopls', 'solargraph', 'terraformls', 'tflint', 'marksman' }
for _, lsp in pairs(servers) do
require('lspconfig')[lsp].setup {
on_attach = on_attach,
@ -334,7 +334,6 @@ cmp.setup.cmdline('/', {
require("nvim-tree").setup({
})
require'treesitter-context'.setup{}
EOF