Neovim: add signature help plugin + make use of quotes consistent
This commit is contained in:
parent
dcd00e7b98
commit
c578871998
7 changed files with 35 additions and 29 deletions
|
@ -1,8 +1,8 @@
|
|||
require'nvim-treesitter.configs'.setup {
|
||||
ensure_installed = {
|
||||
"bash", "c", "css", "dockerfile", "html", "http", "java", "json",
|
||||
"json5", "latex", "lua", "make", "markdown", "php", "python", "regex",
|
||||
"rst", "scss", "toml", "tsx", "typescript", "javascript", "yaml"
|
||||
'bash', 'c', 'css', 'dockerfile', 'html', 'http', 'java', 'json',
|
||||
'json5', 'latex', 'lua', 'make', 'markdown', 'php', 'python', 'regex',
|
||||
'rst', 'scss', 'toml', 'tsx', 'typescript', 'javascript', 'yaml'
|
||||
},
|
||||
highlight = {enable = true},
|
||||
indent = {enable = true},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue