Add flutter-tools

This commit is contained in:
Robert Morrison 2022-07-25 20:36:23 +01:00
parent 018c3ed289
commit a7eb7106fe
Signed by: robert
GPG Key ID: 73E012EB3F4EC696
2 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,4 @@ telescope.setup {
} }
telescope.load_extension('fzf') telescope.load_extension('fzf')
telescope.load_extension("flutter")

View File

@ -75,6 +75,8 @@ return require('packer').startup(function(use)
use {'glepnir/lspsaga.nvim', use {'glepnir/lspsaga.nvim',
branch = "main", branch = "main",
} }
use { 'akinsho/flutter-tools.nvim',
requires = 'nvim-lua/plenary.nvim'}
------------------------- -------------------------
-- EE - Syntax Highlighting -- EE - Syntax Highlighting