Skip to content

Instantly share code, notes, and snippets.

@mareksamec
mareksamec / init.lua
Created June 29, 2023 08:49
nvim lsp config example
---==== AUTOCOMPLETION
--- Lspconfig
local nvim_lsp = require('lspconfig')
--- Mason - LSP server installer
require("mason").setup()
--- Nvim LSP installer
--require("nvim-lsp-installer").setup {}
@mareksamec
mareksamec / Makefile
Last active May 23, 2018 14:24
makefile error
$ make
make all-am
make[1]: Entering directory '/home/msamec/Downloads/i3-4.15'
CC libi3/libi3_a-dpi.o
CC libi3/libi3_a-draw_util.o
CC libi3/libi3_a-fake_configure_notify.o
CC libi3/libi3_a-font.o
CC libi3/libi3_a-format_placeholders.o
CC libi3/libi3_a-get_colorpixel.o
CC libi3/libi3_a-get_config_path.o
@mareksamec
mareksamec / configure
Created May 23, 2018 08:58
configure script for i3 4.15
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for i3 4.15.
#
# Report bugs to <https://github.com/i3/i3/issues>.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
#
#