setlocal includeexpr=substitute(v:fname,'\\.','/','g').'.lua' setlocal comments-=:-- comments+=:---,:-- setlocal keywordprg=:help inoreabbrev lo local inoreabbrev lf local function() inoreabbrev fu function() end nnoremap K lua vim.lsp.buf.hover()