Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 434 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 434 Bytes

Plugins interesantes

  • nvim-spectre
  • typescript-tools.nvim

Lectura

Parches

nvim-ufo

en lua/ufo/provider/lsp/nvim.lua en la función getClients agregar la linea en la condicional antes que haga return true

if client.name == 'angularls' then return false end