org mode update
This commit is contained in:
parent
ecddf44de4
commit
68b182d441
|
@ -189,14 +189,6 @@ in
|
||||||
})
|
})
|
||||||
lspcfg.ocamllsp.setup({})
|
lspcfg.ocamllsp.setup({})
|
||||||
lspcfg.purescriptls.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('orgmode').setup({})
|
||||||
require('lean').setup({
|
require('lean').setup({
|
||||||
mappings = true,
|
mappings = true,
|
||||||
|
@ -347,9 +339,6 @@ in
|
||||||
numb-nvim
|
numb-nvim
|
||||||
typst-vim
|
typst-vim
|
||||||
orgmode
|
orgmode
|
||||||
(nvim-treesitter.withPlugins (p: with p; [
|
|
||||||
org
|
|
||||||
]))
|
|
||||||
vim-obsession
|
vim-obsession
|
||||||
lean-nvim
|
lean-nvim
|
||||||
bqn-vim
|
bqn-vim
|
||||||
|
|
Loading…
Reference in New Issue
Block a user