Commit Graph

785 Commits

Author SHA1 Message Date
NotAShelf ff5555e3c8
statusline/lualine: disable LSP status inside toggleterm buffer 2023-10-20 11:34:29 +03:00
NotAShelf 897493a65f
Merge pull request #158 from ksonj/feature/surround-mappings
utility/surround: Add mappings for nvim-surround
2023-10-17 23:43:18 +03:00
Kalle Jepsen 997a345cda utility/surround: vendor keybindings for surround
Adds an opioniated set of keybindings for nvim-surround that avoids
conflicts with nvim-leap by default and an option to disable those.
2023-10-17 12:47:44 +02:00
Kalle Jepsen 570eb32a5c utility/surround: run format 2023-10-16 13:02:37 +02:00
Kalle Jepsen 6cec86a97f docs/release-notes: add new mappings for surround 2023-10-16 12:24:33 +02:00
Kalle Jepsen 59c23f2855 utility/surround: Add mappings for nvim-surround
The default mappings for nvim-leap and nvim-surround conflict
(i.e. nvim-surround uses `S` in visual mode). This change adds options
to adapt the mappings for nvim-surround directly from the
surround-module.
2023-10-16 11:53:24 +02:00
NotAShelf e6a4f2d66b
Merge pull request #157 from isabelroses/main
fix: typo ledaer -> leader
2023-10-14 22:38:24 +03:00
isabel 38371e56b0
fix: typo ledaer -> leader 2023-10-14 19:35:43 +01:00
NotAShelf 5f0b724637
Merge pull request #155 from NotAShelf/misc
ui/noice: disable messages by default
2023-10-14 14:53:55 +03:00
NotAShelf 8c4d7a3673
ui/noice: disable messages by default
fixes completion sources showing up every single time
2023-10-14 14:52:55 +03:00
NotAShelf 767b5ec48a
flake: fix outdated lockfile 2023-10-11 20:56:37 +03:00
NotAShelf b273d50f1b
Merge pull request #150 from Vagahbond/features/php
languages/php: init
2023-10-10 17:49:59 +03:00
Ching Pei Yang 0614dbfd0a
fix: typo 2023-10-10 13:16:09 +02:00
Yoni FIRROLONI 4161589b56 languages/php: init 2023-10-10 12:12:57 +02:00
NotAShelf fc651e654f
Merge pull request #148 from NotAShelf/bump-nixpkgs 2023-10-09 14:22:19 +03:00
NotAShelf e0af6bc54a
Merge pull request #149 from horriblename/fix-nmd
Switch to nmd fork
2023-10-09 14:13:17 +03:00
Ching Pei Yang 137e34bf5f chore: migrate to nmd fork using mistune-3.0.1
nixpkgs upgraded mistune from v2 -> v3, breaking nmd.
The new fork is created to update nmd to use mistune v3
2023-10-09 01:23:39 +02:00
NotAShelf ae138daea1
Merge pull request #141 from NotAShelf/docs-refactor
refactor documentation
2023-10-08 16:47:27 +03:00
NotAShelf 6ef59dccf7
flake: bump nixpkgs 2023-10-08 16:22:48 +03:00
NotAShelf ec574e1c00
languages/python: replace deprecated string type 2023-10-06 13:57:48 +03:00
NotAShelf 2600fba729
revert `8506a5e (flake: drop zig overlay)` 2023-10-04 00:24:55 +03:00
NotAShelf b7f722252c
docs/README: update logo alt 2023-10-03 23:45:35 +03:00
NotAShelf 8506a5ecee
flake: drop zig overlay 2023-10-03 22:08:16 +03:00
NotAShelf 0c848869cf
docs/manual: add more details to existing documentation pages 2023-10-03 22:06:26 +03:00
NotAShelf 6e4f70283a
Merge pull request #144 from jacekpoz/plugin-thingy-deprecation 2023-10-03 21:24:28 +03:00
jacekpoz bfb8ada774
fix: stop using deprecated buildVimPluginFrom2Nix 2023-10-03 19:48:09 +02:00
NotAShelf 96c568f99b
docs: fix rebase errors 2023-10-01 18:36:56 +03:00
NotAShelf 90d172ae9d
docs/hacking: add missing URL macro 2023-10-01 18:29:35 +03:00
NotAShelf c223d49274
docs: fix build failures 2023-10-01 18:29:34 +03:00
NotAShelf f432a364f1
docs/release-notes: fix invalid option reference 2023-10-01 18:29:33 +03:00
NotAShelf 1463d2444a
docs/hacking: add testing section 2023-10-01 18:29:30 +03:00
NotAShelf e5df60172a
CI: cleanup 2023-10-01 18:29:10 +03:00
NotAShelf 9873d2bc98
docs/contributing: move guidelines to docs webpage 2023-10-01 18:29:09 +03:00
NotAShelf 714dadd2c2
docs/README: add stars tracker 2023-10-01 18:29:08 +03:00
NotAShelf e1e4922aa5
docs/release-notes: minor styling changes 2023-10-01 18:29:07 +03:00
NotAShelf ff2102be96
docs/hacking: add contributing guidelines 2023-10-01 18:28:53 +03:00
NotAShelf fc8206e7a6
flake: utilize nix-systems for overridable flake systems
nix-systems introduces a brand-new pattern that allows the end user to
add or remove systems from the list of supported systems to the flake

See https://github.com/nix-systems/nix-systems for more details
2023-09-28 12:07:36 +03:00
NotAShelf 6b77a70ba2
Merge pull request #140 from horriblename/fix-jdtls-on-attach
fix: add missing on_attach for jdtls
2023-09-27 07:00:33 +03:00
Ching Pei Yang 1deee2f27b fix: add missing on_attach for jdtls 2023-09-26 14:39:50 +02:00
NotAShelf ce1009db5f
Merge pull request #139 from horriblename/feat-lsp-lua 2023-09-23 17:00:20 +03:00
Ching Pei Yang 18dabf1725 doc: improve description of neodev 2023-09-23 15:41:34 +02:00
Ching Pei Yang 4f0da75ce3 doc: update release notes 2023-09-23 15:38:01 +02:00
Ching Pei Yang 456295b46e feat: add neodev plugin 2023-09-23 15:37:04 +02:00
Ching Pei Yang bdebf01a67 feat: add lua treesitter & lsp 2023-09-23 15:37:04 +02:00
NotAShelf 0a1a12e778
Merge pull request #134 from horriblename/optional-lsp-installation 2023-09-23 13:19:14 +03:00
Ching Pei Yang cd778b6ddc doc: add custom LSP command doc to manual 2023-09-23 03:26:41 +02:00
Ching Pei Yang 7d8cc1ec20 doc: update release notes 2023-09-23 03:26:41 +02:00
Ching Pei Yang 0843e95efa doc: update description of all lsp.package 2023-09-23 03:26:41 +02:00
NotAShelf 33daa8b1e7
Merge pull request #136 from jacekpoz/main
disable useSystemClipboard by default
2023-09-22 13:32:10 +03:00
jacekpoz 6d53aa7b05
chore: update changelog 2023-09-21 12:26:10 +02:00