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:
parent
543a149da2
commit
157fbc812c
5 changed files with 181 additions and 178 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue