mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-17 07:43:21 +00:00
Compare commits
No commits in common. "fd7c559ded48af95f13e6018b4cc630d2393440b" and "cdbf2ff370c1697ab86e6ec7378a1d9673732cc2" have entirely different histories.
fd7c559ded
...
cdbf2ff370
2 changed files with 4 additions and 12 deletions
|
|
@ -330,7 +330,3 @@
|
||||||
[rrvsh](https://github.com/rrvsh):
|
[rrvsh](https://github.com/rrvsh):
|
||||||
|
|
||||||
- Fix namespace of python-lsp-server by changing it to python3Packages
|
- 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 {
|
(mkIf ftcfg.enable {
|
||||||
vim.startPlugins = [
|
vim.startPlugins =
|
||||||
(
|
|
||||||
if ftcfg.enableNoResolvePatch
|
if ftcfg.enableNoResolvePatch
|
||||||
then "flutter-tools-patched"
|
then ["flutter-tools-patched"]
|
||||||
else "flutter-tools-nvim"
|
else ["flutter-tools-nvim"];
|
||||||
)
|
|
||||||
"plenary-nvim"
|
|
||||||
];
|
|
||||||
|
|
||||||
vim.pluginRC.flutter-tools = entryAnywhere ''
|
vim.pluginRC.flutter-tools = entryAnywhere ''
|
||||||
require('flutter-tools').setup {
|
require('flutter-tools').setup {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue