Commit Graph

1150 Commits

Author SHA1 Message Date
NotAShelf 3694a84646
feat: separate copilot module and configuration 2023-02-27 17:05:43 +03:00
NotAShelf 812f1f3b06
feat: update whichkey labels 2023-02-23 17:01:13 +03:00
NotAShelf 5090120ac2
Create FUNDING.yml 2023-02-20 16:19:41 +03:00
NotAShelf 94d4175155
fix: wrap discord.nvim options in quotation marks 2023-02-18 15:46:25 +03:00
NotAShelf 12d32e9425
fix: file name for presence.nvim module 2023-02-18 15:33:27 +03:00
NotAShelf 31e7645ce1
feat: add `presence.nvim` config options 2023-02-18 15:32:43 +03:00
NotAShelf 94412c6d6c
feat: feat: update flake inputs (18/02/2022) 2023-02-18 10:07:06 +03:00
NotAShelf 5362670112
Merge branch 'main' of github.com:NotAShelf/neovim-flake 2023-02-17 14:29:54 +03:00
NotAShelf d3752db2b6
style(readme): wording 2023-02-17 14:29:33 +03:00
NotAShelf 3c224c7692
Merge pull request #14 from NotAShelf/feature/wk-binds
Feature/wk binds
2023-02-17 11:22:57 +00:00
NotAShelf 5916a392b6
feat: which-key sortById key for bufferline 2023-02-17 14:20:32 +03:00
NotAShelf 50a58d1d5f
disable kommentary by default 2023-02-17 13:52:17 +03:00
NotAShelf 85b663f6c9
fix: accidental dir rename 2023-02-17 13:51:15 +03:00
NotAShelf b4027c4bba
feat: conditionally write which-key registers 2023-02-17 13:49:29 +03:00
NotAShelf 4354cabc39
feat: group names for which-key 2023-02-17 12:40:58 +03:00
NotAShelf e79d14cde8
feat: update flake inputs (16/02/2022) 2023-02-17 00:24:58 +03:00
NotAShelf b63d17507e
feat(downstream): check client capability before formatting 2023-02-17 00:24:47 +03:00
NotAShelf 23af12349a
Merge pull request #11 from NotAShelf/feature/mind-nvim
feat: add mind-nvim to note-taking plugins
2023-02-16 21:10:51 +00:00
NotAShelf 06ae0c8386
feat: use space instead of lctrl for mind keybinds 2023-02-17 00:08:45 +03:00
NotAShelf 3d91f6c4c1
feat: add mind-nvim to note-taking plugins 2023-02-16 23:57:56 +03:00
NotAShelf a3b533b923
fix: garbage at the end of presence.nvim options hyperlink 2023-02-16 23:33:04 +03:00
NotAShelf 79587828f4
feat: add `comment.nvim` and deprecate kommentary 2023-02-16 23:32:46 +03:00
NotAShelf 963ec7ca1e
docs: update contribution guidelines 2023-02-16 22:51:15 +03:00
NotAShelf 2e08cedfaa
docs: add contribution guidelines 2023-02-16 22:47:55 +03:00
NotAShelf 3691a25bcc
fix: invalid hyperlinks in the readme again, again 2023-02-16 22:40:09 +03:00
NotAShelf 9da0c0d9fe
fix: invalid hyperlinks in the readme again 2023-02-16 22:38:48 +03:00
NotAShelf fd212e4b29
fix: invalid hyperlinks in the readme 2023-02-16 22:27:57 +03:00
NotAShelf c01de43a25
Merge pull request #10 from NotAShelf/ci-rework
Ci rework
2023-02-16 19:15:57 +00:00
NotAShelf e339f76035
fix: that's not where the readme goes 2023-02-16 22:13:51 +03:00
NotAShelf 3f17006e47
dev: ignore repo assets for flake checking 2023-02-16 22:13:16 +03:00
NotAShelf f651d76e38
dev: PR template 2023-02-16 22:09:54 +03:00
NotAShelf 823957c8ab
dev: relocate project readme 2023-02-16 22:02:11 +03:00
NotAShelf 0a4b4ff513
ci: trigger the ci less often by filtering trigger files 2023-02-16 22:01:59 +03:00
NotAShelf 322639a66a
dev: issue and feature request templates 2023-02-16 22:01:29 +03:00
NotAShelf 2b25c4c21e
docs(readme): move project description
hopefully the last time I switch its place
2023-02-15 18:24:43 +03:00
NotAShelf 0105f0bc8e
fix: dead links & center 2023-02-15 18:22:59 +03:00
NotAShelf 2bcd814a8c
docs: clean up project readme 2023-02-15 17:47:40 +03:00
NotAShelf 393db6aac2
docs: clean up readme 2023-02-15 17:41:46 +03:00
NotAShelf 1a3ef8807e
fix: missing default package 2023-02-15 12:05:18 +03:00
NotAShelf 0b1933160e
Merge pull request #4 from NotAShelf/flake-refactor
refactor `flake.nix` and switch to flake-parts
2023-02-15 08:50:23 +00:00
NotAShelf 1b51ed7e14
feat: remove tabnine module due anti-nix script execution 2023-02-15 11:47:48 +03:00
NotAShelf 107b572e1c
feat: bundle nodejs_16 slim with copilot & move copilot to maximal 2023-02-15 11:47:08 +03:00
NotAShelf 71f4c7ecd4
fix: re-add flake-utils to inputs 2023-02-15 11:46:29 +03:00
NotAShelf 9044313951
feat: update flake 2023-02-15 11:45:28 +03:00
NotAShelf ffc891ebc6
dev: remove tabnine 2023-02-15 11:38:36 +03:00
NotAShelf 0e8dd15d27
Merge pull request #7 from fufexan/flake-refactor
flake.nix: transition to flake-parts
2023-02-15 07:31:38 +00:00
Mihai Fufezan 37d05187df
packages.nix: niceify 2023-02-14 16:13:34 +02:00
Mihai Fufezan a946045a7c
flake.nix: split overlays 2023-02-10 19:45:23 +02:00
Mihai Fufezan 2f84ce13c4
flake.nix: modularize (pt 1) 2023-02-10 19:40:13 +02:00
Mihai Fufezan c759ae02f5
simplify things 2023-02-10 19:39:31 +02:00