mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-21 15:10:05 +00:00
Merge branch 'main' of personalgit:d0zingcat/dotfiles
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
local ncmd = vim.api.nvim_command
|
||||
|
||||
require('nvim-treesitter.configs').setup({
|
||||
ensure_installed = { 'c', 'lua', 'rust', 'go', 'python', 'zig', 'markdown', 'solidity', 'jsonnet', 'vim' },
|
||||
ensure_installed = { 'c', 'lua', 'rust', 'go', 'python', 'zig', 'markdown', 'solidity', 'jsonnet', 'vim',
|
||||
'javascript', 'typescript' },
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user