update lock and fix deprecated settings

This commit is contained in:
2026-02-21 13:57:29 +01:00
parent 091e23932d
commit 1cad2253b3
4 changed files with 54 additions and 70 deletions

View File

@ -32,7 +32,7 @@
# vim.lsp.config('pylsp', {})
# '';
programs.neovim.extraLuaConfig = ''
programs.neovim.initLua= ''
local coq = require "coq"
vim.lsp.config('clangd', coq.lsp_ensure_capabilities({}))