nvim-lua / completion-nvim

A async completion framework aims to provide completion to neovim's built in LSP written in Lua
Apache License 2.0
973 stars 78 forks source link

fix get_option of disable_filetypes #385

Closed nanozuki closed 3 years ago

nanozuki commented 3 years ago

Add default value for opt.get_option("disable_filetypes") can fixed #384 .