Skip to content

Commit 510ca59

Browse files
Ttibsitjdevries
authored andcommitted
Added cpp to treesitter and ordered TS imports
1 parent 5a1a819 commit 510ca59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ vim.keymap.set('n', '<leader>sd', require('telescope.builtin').diagnostics, { de
187187
-- See `:help nvim-treesitter`
188188
require('nvim-treesitter.configs').setup {
189189
-- Add languages to be installed here that you want installed for treesitter
190-
ensure_installed = { 'lua', 'typescript', 'rust', 'go', 'python' },
190+
ensure_installed = {'c', 'cpp', 'go', 'lua', 'python', 'rust', 'typescript'},
191191

192192
highlight = { enable = true },
193193
indent = { enable = true },

0 commit comments

Comments
 (0)