home: vim: move 'on_attach' to 'ambroisie.lsp'

This commit is contained in:
Bruno BELANYI 2022-03-08 20:20:22 +01:00
parent fc35502141
commit 4c5c9deaae
4 changed files with 90 additions and 83 deletions

View file

@ -1,9 +1,10 @@
lua << EOF
local null_ls = require("null-ls")
local lsp = require("ambroisie.lsp")
local utils = require("ambroisie.utils")
null_ls.setup({
on_attach = utils.on_attach,
on_attach = lsp.on_attach,
})
-- C, C++