Mladen Brkić

Results 3 comments of Mladen Brkić

I have investigated these two treesitter situations... ### Situation 1 After installing vim parser no more treesitter (2) errors: init.lua: vim.cmd [[packadd packer.nvim]] vim.cmd [[colorscheme onedark]] ### Situation 2 Example...

After this I have no more warning: `[''] = cmp.mapping.complete({}), -- {}` warning| This function requires 1 argument(s) but instead it is receiving 0. ``` mapping = cmp.mapping.preset.insert { ['']...

We need to add a vim parser to "ensure_installed". When there is a vimscript in the lua file then we get a Treesitter error. Example: Treesitter error on vim.cmd() in...