Continue reoganisation of plugins into seperate files
This commit is contained in:
parent
a58eaeb230
commit
39aca09d72
6 changed files with 208 additions and 2 deletions
4
init.lua
4
init.lua
|
|
@ -304,7 +304,9 @@ vim.keymap.set('n', '<leader>sr', require('telescope.builtin').resume, { desc =
|
|||
require('nvim-treesitter.configs').setup {
|
||||
-- Add languages to be installed here that you want installed for treesitter
|
||||
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim' },
|
||||
|
||||
autotag = {
|
||||
enable = true,
|
||||
},
|
||||
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
|
||||
auto_install = true,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue