WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 39b2a945bb - Show all commits

View file

@ -72,6 +72,7 @@ function m.map_keys()
D = { vim.lsp.buf.declaration, "Declaration" }, D = { vim.lsp.buf.declaration, "Declaration" },
i = { telescope_builtin.lsp_implementations, "Implementation" }, i = { telescope_builtin.lsp_implementations, "Implementation" },
r = { telescope_builtin.lsp_references, "References" }, r = { telescope_builtin.lsp_references, "References" },
s = { telescope_builtin.lsp_document_symbols, "Symbols" },
}, },
["<leader>"] = { ["<leader>"] = {
name = "Leader", name = "Leader",