mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
fish: updated starshipt
This commit is contained in:
parent
deb27f8c81
commit
f67e62bf40
6 changed files with 61 additions and 2 deletions
|
|
@ -54,6 +54,14 @@ vim.lsp.enable("gopls")
|
|||
|
||||
vim.lsp.enable("tinymist")
|
||||
|
||||
|
||||
vim.lsp.config('textlsp', {
|
||||
on_attach = function()
|
||||
print('textlsp is now active in this file')
|
||||
end,
|
||||
})
|
||||
vim.lsp.enable("textlsp")
|
||||
|
||||
-- https://lsp-zero.netlify.app/blog/lsp-client-features.html
|
||||
|
||||
vim.opt.completeopt = {'menu', 'menuone', 'noselect', 'noinsert'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue