Tiago Vilela

Results 51 comments of Tiago Vilela

Could you still provide a short example of how to use it? I would like to try it.

> This is something that would have to be implemented on all pageable http methods for it to be considered I converted it to draft for now. I will check...

I think gmsh supports [higher order triangles](https://gitlab.onelab.info/gmsh/gmsh/-/blob/master/src/geo/MTriangle.h#L314) too.

I also wanted something like ``lcd`` but for a buffer scope instead of a window scope. Just an idea: ```lua local M = {} local history = {} vim.api.nvim_exec( [[...

I would also want this feature. In the meantime I'm manually changing ``$HOME/.local/share/nvim/telescope-projects.txt``.

``:lua Luasnip_current_nodes[vim.api.nvim_get_current_buf()].parent:dump()``: ``` E5108: Error executing lua [string ":lua"]:1: attempt to index global 'Luasnip_curren t_nodes' (a nil value) stack traceback: [string ":lua"]:1: in main chunk ``` ``:lua require("luasnip").session.current_nodes[vim.api.nvim_get_current_buf()].parent:dump()`` ``` 1...

```tex \documentclass{article} \begin{document} \section{ok} % (fold) \label{sec:ok} % section section name (end) \documentclass{article} \begin{document} \section{ok} % (fold) \label{sec:ok} % section section name (end) \end{document} ```

This is using efm to format instead of texlab: ``` 1 false false 3 0 3 9 2 false true 3 9 3 11 3 true false 3 11 4...

@jrafaaael `:cd` is global as far as I know. Have you tried `:lcd` and `:tcd`? I also have this personal plugin to handle this exact situation https://github.com/tiagovla/buffercd.nvim.

That's exactly it. This plugin itself just manages which buffers are hidden/shown in every tab. Renaming tabs should be implemented in the bufferline plugin (e.g. [bufferline.nvim](https://github.com/akinsho/bufferline.nvim)).