Martins3 / My-Linux-Config

:clap: Modern neovim configuration based on native lsp
https://martins3.github.io/My-Linux-Config/
GNU General Public License v3.0
337 stars 62 forks source link

vista command not found: ctags #120

Closed Martins3 closed 1 year ago

Martins3 commented 1 year ago

When switch from one window to another image

by the way, better plugin for vista?

Martins3 commented 1 year ago

install ctags can eliminate the warning

Martins3 commented 1 year ago

image after ctags installed, another problem !

Martins3 commented 1 year ago
     use {
        'stevearc/aerial.nvim',
        config = function() require('aerial').setup({
  backends = {  "lsp", "treesitter", "markdown", "man" },
        }
          ) end
    }