Compare commits
2 Commits
fab1f370f3
...
224ead3156
Author | SHA1 | Date | |
---|---|---|---|
224ead3156 | |||
4cc65a0302 |
@ -14,6 +14,7 @@ local function get_options(server_name)
|
||||
}
|
||||
end
|
||||
|
||||
require("mason").setup()
|
||||
require("mason-lspconfig").setup()
|
||||
require("mason-lspconfig").setup_handlers{
|
||||
function (server_name) -- default handler (optional)
|
||||
|
@ -1,5 +1,5 @@
|
||||
local ts = vim.treesitter
|
||||
local query = ts.parse_query("c", [[
|
||||
local query = ts.query.parse("c", [[
|
||||
(preproc_function_def value: (preproc_arg) @macro_def)
|
||||
(preproc_def value: (preproc_arg) @macro_def)
|
||||
]])
|
||||
|
Loading…
Reference in New Issue
Block a user