diff --git a/home/rachel.nix b/home/rachel.nix index 741953a..555a370 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -189,14 +189,6 @@ in }) lspcfg.ocamllsp.setup({}) lspcfg.purescriptls.setup({}) - require('orgmode').setup_ts_grammar() - require('nvim-treesitter.configs').setup({ - highlight = { - enable = true, - disable = { "c", "lua" }, - additional_vim_regex_highlighting = {'org'}, - }, - }) require('orgmode').setup({}) require('lean').setup({ mappings = true, @@ -347,9 +339,6 @@ in numb-nvim typst-vim orgmode - (nvim-treesitter.withPlugins (p: with p; [ - org - ])) vim-obsession lean-nvim bqn-vim