mjau
This commit is contained in:
parent
4d191d9a30
commit
de7f2f7190
|
@ -185,14 +185,14 @@ in
|
||||||
require('nvim-treesitter.configs').setup({
|
require('nvim-treesitter.configs').setup({
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
disable = { "c" },
|
||||||
additional_vim_regex_highlighting = {'org'},
|
additional_vim_regex_highlighting = {'org'},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
require('orgmode').setup({})
|
require('orgmode').setup({})
|
||||||
require('lean').setup({
|
require('lean').setup({
|
||||||
lsp = { on_attach = on_attach },
|
|
||||||
mappings = true,
|
mappings = true,
|
||||||
})🐈
|
})
|
||||||
|
|
||||||
vim.api.nvim_create_autocmd('LspAttach', {
|
vim.api.nvim_create_autocmd('LspAttach', {
|
||||||
callback = function(args)
|
callback = function(args)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user