diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index f0cb22c..65342bf 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -15,6 +15,7 @@ vim.g.ale_linters = { php = {'phpcs', 'phpstan'}, ruby = {'rubocop'}, cpp = {}, + asm = {}, } vim.g.ale_ruby_rubocop_executable = 'bundle' vim.g.ale_cpp_cc_options = '-std=c++17 -Wall'