feat: convert to blink, major lsp changes, lualine

This commit is contained in:
Jason Miller 2025-06-12 12:27:51 +09:00
parent 82102e5e29
commit 51ab444c0d
44 changed files with 1387 additions and 700 deletions

6
lua/lsp/dockerls.lua Normal file
View file

@ -0,0 +1,6 @@
return {
name = 'dockerls',
cmd = { 'docker-langserver', '--stdio' },
root_dir = vim.fs.dirname(vim.fs.find({ 'Dockerfile', 'dockerfile', '.dockerignore' }, { upward = true })[1]),
filetypes = { 'dockerfile', 'Dockerfile' },
}