diff --git a/home/rachel.nix b/home/rachel.nix index 8588f89..c169f16 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -185,14 +185,14 @@ in require('nvim-treesitter.configs').setup({ highlight = { enable = true, + disable = { "c" }, additional_vim_regex_highlighting = {'org'}, }, }) require('orgmode').setup({}) require('lean').setup({ - lsp = { on_attach = on_attach }, mappings = true, - })🐈 + }) vim.api.nvim_create_autocmd('LspAttach', { callback = function(args)