nvim: Extraction completion setup into own module

As a first step to disentangle the ide.lua module into completion,
formatting, lsp (and maybe lint?), this separates the completion module
into its own file.
This commit is contained in:
Marty Oehme 2024-06-17 10:42:12 +02:00
parent 543a149da2
commit 157fbc812c
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
5 changed files with 181 additions and 178 deletions

View file

@ -45,6 +45,7 @@ local servers = {
-- TODO installed for conform/nvim-lint so should be sourced from there not here
local to_mason =
---@diagnostic disable-next-line:deprecated
{ "stylua", "shellcheck", "shfmt", "markdownlint", "bibtex-tidy", "jq", "prettier", "ruff", unpack(servers) }
require("mason-tool-installer").setup({
-- a list of all tools you want to ensure are installed upon