mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-17 07:43:21 +00:00
Compare commits
No commits in common. "6f3ad1f7269066ded5c2bbcf6f6b6b79dff8abf1" and "f516cb43ceb2b071e6b9a6d5c9d681c8a3187f5f" have entirely different histories.
6f3ad1f726
...
f516cb43ce
2 changed files with 4 additions and 12 deletions
|
|
@ -328,7 +328,3 @@
|
|||
[rrvsh](https://github.com/rrvsh):
|
||||
|
||||
- Fix namespace of python-lsp-server by changing it to python3Packages
|
||||
|
||||
[Noah765](https://github.com/Noah765):
|
||||
|
||||
- Add missing `flutter-tools.nvim` dependency `plenary.nvim`.
|
||||
|
|
|
|||
|
|
@ -134,14 +134,10 @@ in {
|
|||
})
|
||||
|
||||
(mkIf ftcfg.enable {
|
||||
vim.startPlugins = [
|
||||
(
|
||||
if ftcfg.enableNoResolvePatch
|
||||
then "flutter-tools-patched"
|
||||
else "flutter-tools-nvim"
|
||||
)
|
||||
"plenary-nvim"
|
||||
];
|
||||
vim.startPlugins =
|
||||
if ftcfg.enableNoResolvePatch
|
||||
then ["flutter-tools-patched"]
|
||||
else ["flutter-tools-nvim"];
|
||||
|
||||
vim.pluginRC.flutter-tools = entryAnywhere ''
|
||||
require('flutter-tools').setup {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue