add nextcloud adapt neovim

This commit is contained in:
afoucaultc 2026-07-08 11:46:17 +02:00
parent 1187ea0d4e
commit f9413c476c
8 changed files with 15 additions and 11 deletions

View file

@ -2,7 +2,7 @@ return {
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
nix = { "nixfmt" }, -- remplace par "alejandra" si tu préfères
nix = { "nixfmt" },
},
},
}

View file

@ -14,6 +14,7 @@ return {
-- active tous les serveurs ; leurs configs viennent des
-- fichiers lsp/*.lua fournis par nvim-lspconfig (chargé ici)
vim.lsp.enable({
"nil_ls",
"lua_ls",
"texlab",
"marksman",