1
0
Fork 0

Rename nixvim option

This commit is contained in:
Avery 2024-07-07 01:33:10 +02:00
parent 0e740afd6b
commit 33f95ddbbf

View file

@ -1,7 +1,7 @@
{ ... }: {
programs.nixvim.plugins.none-ls = {
enable = true;
onAttach = ''
settings.on_attach = ''
function(client, bufnr)
if client.supports_method("textDocument/formatting") then
vim.api.nvim_clear_autocmds({ group = augroup, buffer = bufnr })