0

For some reason vim is not loading plugins. How to diagnose this problem in a proper manner? I am using the native plugin manager. I found a previous question that is related to Vundle but I am trying the native manager. There are no errors so I think none of the packages were not loaded. The platform is Linux.

The vim version is: VIM - Vi IMproved 8.1 (2018 May 18, compiled Oct 3 2019 13:18:48) Included patches: 1-2109

And plugin folder structure is :

.vim
├── after
│   └── syntax
├── colors
└── pack
    └── bundle
        └── start
            ├── ack
            ├── FuzzyFinder
            ├── jedi-vim
            ├── l9
            └── python-mode

Vim was compiled with package support: vim --version | grep packages +channel +iconv +packages +toolbar

wander95
  • 1,298
  • 1
  • 15
  • 22
  • `:help package` is **not** a "native plugin manager". Also, what makes you think those plugins are not loaded? – romainl Jun 01 '22 at 15:27
  • What is the output of `$ vim --version | grep packages`? – romainl Jun 01 '22 at 15:39
  • @romainl added the answer.. The packages were not loaded because ack does not work inside vim and I get `E492: Not an editor command: Ack` – wander95 Jun 01 '22 at 15:46
  • What have you tried to do? Clearly something involving Ack. What plugins did you try install and what guides / steps have you followed? – Stun Brick Jun 03 '22 at 06:35

0 Answers0