···
···
-- Ensure the servers and tools above are installed
···
{ -- Highlight todo, notes, etc in comments
'folke/todo-comments.nvim',
···
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
-
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' },
-- Autoinstall languages that are not installed
···
additional_vim_regex_highlighting = { 'ruby' },
indent = { enable = true, disable = { 'ruby' } },
-
'preservim/nerdcommenter',
-
{ --Gemini file syntax highlighting
-
'https://tildegit.org/sloum/gemini-vim-syntax',
{ --telescope-media-files
···
···
-- Ensure the servers and tools above are installed
···
+
'preservim/nerdcommenter',
+
{ --Gemini file syntax highlighting
+
'https://tildegit.org/sloum/gemini-vim-syntax',
+
{ --nushell syntax highlighting
+
'elkasztano/nushell-syntax-vim',
{ -- Highlight todo, notes, etc in comments
'folke/todo-comments.nvim',
···
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
-- Autoinstall languages that are not installed
···
additional_vim_regex_highlighting = { 'ruby' },
indent = { enable = true, disable = { 'ruby' } },
{ --telescope-media-files