gohm44

Results 2 issues of gohm44

**init.vim** ``` all plug#begin('~/.vim/plugged') Plug 'neovim/nvim-lsp' Plug 'nvim-lua/completion-nvim' call plug#end() lua require'lspconfig'.sumneko_lua.setup{on_attach=require'completion'.on_attach} au Filetype lua setl omnifunc=v:lua.vim.lsp.omnifunc " Use and to navigate through popup menu inoremap pumvisible() ? "\" :...

------------------------------------------------------------------ ### Configuration **Operating system**: All **PlatformIO Version** (`platformio --version`): `PlatformIO Core, version 6.1.7` ### Description of problem I would like to be able to specify `project-conf` option for `pio...

feature
config