add obsidian.nvim

This commit is contained in:
thomasaparis 2024-03-14 13:08:46 -07:00
parent 9a5c4fc33a
commit 5b91f7e201
3 changed files with 49 additions and 22 deletions

View file

@ -423,7 +423,7 @@ vim.keymap.set('n', '<leader>sr', require('telescope.builtin').resume, { desc =
vim.defer_fn(function()
require('nvim-treesitter.configs').setup {
-- Add languages to be installed here that you want installed for treesitter
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim', 'bash', 'elixir' },
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim', 'bash', 'elixir', 'markdown', 'markdown_inline' },
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
auto_install = false,