Marian Pop

Results 12 comments of Marian Pop

@theHamsta I use `Plug` not `Packer` and I removed the `nvim-treesitter` plugin and installed it back again and without me running any install / update commands, it started to install...

@clason I mentioned the steps you have to take to reproduce this right above in my initial bug report. There's nothing more to it. [My dotfiles](https://github.com/mvpopuk/dotfiles/tree/main/nvim) ## To Reproduce 1....

@clason it isn't any bad interactions between plugins, @jesseleite was able to reproduce it as well.

@clason "Please add a complete config I can test with nvim --clean -u minimal.vim (see the issue template)." - I am not able to find that.

@benknoble thanks. I have seen your comment and I've added that to my "sourcing" mapping so now I run that command right after I source everything: ``` nnoremap sv :source...

@benknoble yes, that works and I've added that in the `augroup` that overwrites some of the themes defaults so that's great. Just a minor mention, I've also added `syntax on`...

Now I have a problem with `FullName` when searching: ``` SQLSTATE[42S22]: Column not found: 1054 Unknown column 'customers.FullName' in 'where clause' (SQL: select count(*) as aggregate from `customers` where (`customers`.`id`...

I think I have to extend or modify the query logic since I only want to search if the `CONCAT` `FirstName` and `LastName` are equal with the `input query`

I will try to CONCAT `$column . $column` see what happens :)