aboutsummaryrefslogtreecommitdiff
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
* core/opts: show netrw bannerHEADmastersinanmohd2024-07-131-1/+0
|
* fmt: clean upsinanmohd2024-06-101-5/+5
|
* core/opts: set scrolloffsinanmohd2024-05-201-0/+1
|
* core/opts: nvim v0.10.0 changessinanmohd2024-05-201-2/+2
|
* core/feat: init highlight on yanksinanmohd2024-05-152-0/+7
|
* core/maps: init previous ('[b') and next (']b') buffersinanmohd2024-04-201-1/+3
|
* lsp/c: set compilationDatabaseDirectorysinanmohd2024-04-061-0/+1
| | | | | | | | | ccls relies on a JSON compilation database specified as compile_commands.json. npass need this after the switch to meson build to locate header files. for meson projects this assumes the name of the build directory is "/build". as of writing this, the project root directory is detected using the presence of ".git". https://git.sinanmohd.com/npass/commit/?id=4ff6158a6cd29e87222387870e6f01aca41b8183
* lsp/go: initsinanmohd2024-03-052-0/+13
|
* fmt: set column_width to 80, sort requiresinanmohd2024-03-053-4/+9
|
* lsp/svelte: initsinanmohd2024-03-052-1/+17
|
* fmt: init styluasinanmohd2024-03-019-173/+171
|
* core/maps: init <Leader>cc for toggle 80 column hintsinanmohd2024-03-011-13/+23
|
* Revert "core: set cmdheight = 0"sinanmohd2024-03-011-1/+0
| | | | | | | | This reverts commit ae3fbcc55c32c05225a5f911fb6a991a8c214ca8. this option is still experimental, it can cause issues such as - flickering lualine during nvim-cmp selection - "Press ENTER or type command to continue" when opening :Ex
* plugins/lsp: initsinanmohd2024-03-017-10/+217
|
* pacman: lazy_init -> lazy_dlsinanmohd2024-03-011-2/+2
|
* plugins: initsinanmohd2024-03-015-0/+135
|
* core: set cmdheight = 0sinanmohd2024-03-011-0/+1
|
* repo: initsinanmohd2024-02-294-0/+74