Compare commits
2 commits
e60d816097
...
8c4676927d
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c4676927d | |||
| 96e3cd7c3b |
2 changed files with 5 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue