Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
im-alexandre committed Aug 15, 2023
1 parent 5d2b822 commit c713267
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vim/lua/user/lsp/handlers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ if not status_ok then
return
end

M.capabilities = cmp_nvim_lsp.update_capabilities(capabilities)
M.capabilities = cmp_nvim_lsp.default_capabilities(capabilities)

return M
5 changes: 5 additions & 0 deletions vim/lua/user/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ vim.call('plug#begin', plug_install)
Plug 'lewis6991/gitsigns.nvim'
Plug 'jiangmiao/auto-pairs'

--Dart/Flutter
Plug 'dart-lang/dart-vim-plugin'
Plug 'thosakwe/vim-flutter'
Plug 'natebosch/vim-lsc'
Plug 'natebosch/vim-lsc-dart'

-- Telescope e Harpoon
Plug ('nvim-treesitter/nvim-treesitter', {['do'] = vim.fn[':TSUpdate']}) -- We recommend updating the parsers on update
Expand Down

0 comments on commit c713267

Please sign in to comment.