Add flutter-tools
This commit is contained in:
parent
018c3ed289
commit
a7eb7106fe
|
|
@ -17,3 +17,4 @@ telescope.setup {
|
|||
}
|
||||
|
||||
telescope.load_extension('fzf')
|
||||
telescope.load_extension("flutter")
|
||||
|
|
|
|||
|
|
@ -75,6 +75,8 @@ return require('packer').startup(function(use)
|
|||
use {'glepnir/lspsaga.nvim',
|
||||
branch = "main",
|
||||
}
|
||||
use { 'akinsho/flutter-tools.nvim',
|
||||
requires = 'nvim-lua/plenary.nvim'}
|
||||
|
||||
-------------------------
|
||||
-- EE - Syntax Highlighting
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user