Added the new marksman
Signed-off-by: Marcin Woźniak <marcin.wozniak@wundermanthompson.com>
This commit is contained in:
parent
d89bb02c26
commit
0683408c18
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user