chore: upgrade to NixOS 23.05

This commit is contained in:
Felix Schröter 2023-05-31 17:25:46 +02:00
parent 028e515ec9
commit e77fc1fe1d
Signed by: felschr
GPG key ID: 671E39E6744C807D
16 changed files with 44 additions and 49 deletions

View file

@ -9,7 +9,7 @@ require("nvim-lightbulb").setup({
LspFormat = function(bufnr)
vim.lsp.buf.format({
filter = function(client)
return not vim.tbl_contains({ "tsserver", "jsonls", "rnix" }, client.name)
return not vim.tbl_contains({ "tsserver", "jsonls" }, client.name)
end,
bufnr,
timeout_ms = 5000,
@ -123,7 +123,7 @@ local runtime_path = vim.split(package.path, ';')
table.insert(runtime_path, "lua/?.lua")
table.insert(runtime_path, "lua/?/init.lua")
config.sumneko_lua.setup {
config.lua_ls.setup {
on_attach = on_attach,
capabilities = capabilities,
settings = {