tangled
alpha
login
or
join now
hyperreal.bsky.moonshadow.dev
/
dotfiles
0
fork
atom
My user config prefs
0
fork
atom
overview
issues
pulls
pipelines
~lazy-plugins.lua
hyperreal.bsky.moonshadow.dev
4 months ago
34d074ea
05560284
+32
-11
1 changed file
expand all
collapse all
unified
split
config
nvim
lua
lazy-plugins.lua
+32
-11
config/nvim/lua/lazy-plugins.lua
···
472
472
dockerls = {},
473
473
html = {},
474
474
jsonls = {},
475
475
-
pyright = {},
476
476
-
yamlls = {},
477
475
lua_ls = {
478
476
-- cmd = { ... },
479
477
-- filetypes = { ... },
···
489
487
},
490
488
},
491
489
marksman = {},
490
490
+
nushell = {},
491
491
+
pyright = {},
492
492
+
yamlls = {},
492
493
}
493
494
494
495
-- Ensure the servers and tools above are installed
···
710
711
end,
711
712
},
712
713
714
714
+
{ --NERDCommenter
715
715
+
'preservim/nerdcommenter',
716
716
+
},
717
717
+
718
718
+
{ --Gemini file syntax highlighting
719
719
+
'https://tildegit.org/sloum/gemini-vim-syntax',
720
720
+
},
721
721
+
722
722
+
{ --nushell syntax highlighting
723
723
+
'elkasztano/nushell-syntax-vim',
724
724
+
},
725
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
764
-
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' },
777
777
+
ensure_installed = {
778
778
+
'bash',
779
779
+
'c',
780
780
+
'diff',
781
781
+
'html',
782
782
+
'json',
783
783
+
'lua',
784
784
+
'luadoc',
785
785
+
'markdown',
786
786
+
'markdown_inline',
787
787
+
'nu',
788
788
+
'python',
789
789
+
'regex',
790
790
+
'vim',
791
791
+
'vimdoc',
792
792
+
'yaml',
793
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
775
-
},
776
776
-
777
777
-
{ --NERDCommenter
778
778
-
'preservim/nerdcommenter',
779
779
-
},
780
780
-
781
781
-
{ --Gemini file syntax highlighting
782
782
-
'https://tildegit.org/sloum/gemini-vim-syntax',
783
804
},
784
805
785
806
{ --telescope-media-files