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
6
lua/lsp/marksman.lua
Normal file
6
lua/lsp/marksman.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
name = 'marksman',
|
||||
cmd = { 'marksman', 'server' },
|
||||
root_dir = vim.fs.dirname(vim.fs.find({ '.git', '.marksman.toml' }, { upward = true })[1]),
|
||||
filetypes = { 'markdown', 'md' },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue