org mode update
This commit is contained in:
parent
ecddf44de4
commit
68b182d441
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user