Sebastian Atlántico
Sebastian Atlántico
Arrays methods `.map` `.filter` and all others that implements `it` this methods have a placeholder in builtin [Look here](https://github.com/vlang/v/blob/9355048b6c37d04b961bcc06b32746b37f873e4c/vlib/builtin/array.v#L683) ## should be a way to get to include them on...
I have something like this: ``` root_folder/ | |_ main.v |_ my_mod/ |_ my_mov.v ``` --- > main.v ```v module main import my_mod // these structs kinda a useless haha...
I already set my "title" in _config.yml but the theme shows my first Header
### Problem description I'm using this with lua-language-server in neovim (Lazyvim). I have this configuration: ```lua return { "luals/lua-language-server", config = function() require("lspconfig").lua_ls.setup({ on_init = function(client) local path = client.workspace_folders[1].name...