Skip to content

Instantly share code, notes, and snippets.

View mobily's full-sized avatar

Marcin Dziewulski mobily

View GitHub Profile
local fn = require("nui-components.utils.fn")
local n = require("nui-components")
vim.keymap.set("n", "<leader>fs", function()
local win_width = vim.api.nvim_win_get_width(0)
local win_height = vim.api.nvim_win_get_height(0)
local renderer = n.create_renderer({
width = win_width,
height = win_height,
local n = require("nui-components")
local spinner_formats = require("nui-components.utils.spinner-formats")
local renderer = n.create_renderer({
width = 100,
height = 24,
})
local signal = n.create_signal({
active_tab = "tab-1",
@mobily
mobily / neovim.lua
Last active February 24, 2024 13:57
msgpack: https://github.com/kieselsteini/msgpack