feat: convert to blink, major lsp changes, lualine
This commit is contained in:
parent
82102e5e29
commit
51ab444c0d
44 changed files with 1387 additions and 700 deletions
12
lua/lsp/ast_grep.lua
Normal file
12
lua/lsp/ast_grep.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
cmd = { 'ast-grep', 'lsp' },
|
||||
filetypes = { 'java', 'javascript', 'html' },
|
||||
root_dir = function(fname)
|
||||
return require('lspconfig.util').find_git_ancestor(fname) or vim.fn.getcwd()
|
||||
end,
|
||||
settings = {
|
||||
['ast-grep'] = {
|
||||
enable = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue