1
0
Fork 0

Rename nixvim option

This commit is contained in:
Avery 2024-07-07 01:33:10 +02:00
parent ea495b288a
commit fc3994890a
Signed by: Avery
GPG key ID: B684FD451B692E04

View file

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