My user config prefs

~lazy-plugins.lua

+32 -11
+32 -11
config/nvim/lua/lazy-plugins.lua
··· 472 472 dockerls = {}, 473 473 html = {}, 474 474 jsonls = {}, 475 - pyright = {}, 476 - yamlls = {}, 477 475 lua_ls = { 478 476 -- cmd = { ... }, 479 477 -- filetypes = { ... }, ··· 489 487 }, 490 488 }, 491 489 marksman = {}, 490 + nushell = {}, 491 + pyright = {}, 492 + yamlls = {}, 492 493 } 493 494 494 495 -- Ensure the servers and tools above are installed ··· 710 711 end, 711 712 }, 712 713 714 + { --NERDCommenter 715 + 'preservim/nerdcommenter', 716 + }, 717 + 718 + { --Gemini file syntax highlighting 719 + 'https://tildegit.org/sloum/gemini-vim-syntax', 720 + }, 721 + 722 + { --nushell syntax highlighting 723 + 'elkasztano/nushell-syntax-vim', 724 + }, 725 + 713 726 { -- Highlight todo, notes, etc in comments 714 727 'folke/todo-comments.nvim', 715 728 event = 'VimEnter', ··· 761 774 main = 'nvim-treesitter.configs', -- Sets main module to use for opts 762 775 -- [[ Configure Treesitter ]] See `:help nvim-treesitter` 763 776 opts = { 764 - ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' }, 777 + ensure_installed = { 778 + 'bash', 779 + 'c', 780 + 'diff', 781 + 'html', 782 + 'json', 783 + 'lua', 784 + 'luadoc', 785 + 'markdown', 786 + 'markdown_inline', 787 + 'nu', 788 + 'python', 789 + 'regex', 790 + 'vim', 791 + 'vimdoc', 792 + 'yaml', 793 + }, 765 794 -- Autoinstall languages that are not installed 766 795 auto_install = true, 767 796 highlight = { ··· 772 801 additional_vim_regex_highlighting = { 'ruby' }, 773 802 }, 774 803 indent = { enable = true, disable = { 'ruby' } }, 775 - }, 776 - 777 - { --NERDCommenter 778 - 'preservim/nerdcommenter', 779 - }, 780 - 781 - { --Gemini file syntax highlighting 782 - 'https://tildegit.org/sloum/gemini-vim-syntax', 783 804 }, 784 805 785 806 { --telescope-media-files