master
Rachel Lambda Samuelsson 2024-01-23 20:32:48 +01:00
parent 4d191d9a30
commit de7f2f7190
1 changed files with 2 additions and 2 deletions

View File

@ -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)