Compare commits

...

2 commits

2 changed files with 5 additions and 2 deletions

View file

@ -9,3 +9,6 @@ vim.diagnostic.config {
virtual_text = { current_line = true }
}
local opts = { noremap = true, silent = true }
vim.keymap.set('n', '<space>q', vim.diagnostic.setloclist, opts)

View file

@ -6,8 +6,8 @@ local tree_sitter_config = require('nvim-treesitter')
local ensure_installed = {
'lua', 'yaml', 'bash', 'python', 'javascript', 'typescript', 'jsx', 'tsx', 'css', 'scss',
'html', 'htmldjango', 'sql', 'json', 'dockerfile', 'markdown', 'rst', 'tmux',
'xml', 'toml', 'editorconfig', 'diff', 'gitcommit', 'git_config', 'gitignore',
'html', 'htmldjango', 'jinja', 'sql', 'json', 'dockerfile', 'markdown', 'rst', 'tmux',
'xml', 'toml', 'editorconfig', 'diff', 'gitcommit', 'git_config', 'git_rebase', 'gitignore',
'gitattributes', 'make', 'nginx', 'vim', 'vimdoc', 'passwd', 'regex'
}