Compare commits

..

No commits in common. "8c4676927d643f2b9fa262a202c68e37b33de8a4" and "e60d8160978bf68d265804119230253d12f90d08" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View file

@ -9,6 +9,3 @@ vim.diagnostic.config {
virtual_text = { current_line = true } 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 = { local ensure_installed = {
'lua', 'yaml', 'bash', 'python', 'javascript', 'typescript', 'jsx', 'tsx', 'css', 'scss', 'lua', 'yaml', 'bash', 'python', 'javascript', 'typescript', 'jsx', 'tsx', 'css', 'scss',
'html', 'htmldjango', 'jinja', 'sql', 'json', 'dockerfile', 'markdown', 'rst', 'tmux', 'html', 'htmldjango', 'sql', 'json', 'dockerfile', 'markdown', 'rst', 'tmux',
'xml', 'toml', 'editorconfig', 'diff', 'gitcommit', 'git_config', 'git_rebase', 'gitignore', 'xml', 'toml', 'editorconfig', 'diff', 'gitcommit', 'git_config', 'gitignore',
'gitattributes', 'make', 'nginx', 'vim', 'vimdoc', 'passwd', 'regex' 'gitattributes', 'make', 'nginx', 'vim', 'vimdoc', 'passwd', 'regex'
} }