Commit Graph

397 Commits

Author SHA1 Message Date
Ching Pei Yang 425b55167e feat: new option to enable lua module loader 2023-05-09 12:14:53 +02:00
NotAShelf 1678ef4738
Merge pull request #53 from Vagahbond/add-languages-to-doc
docs: add missing language opts to the documentation
2023-05-04 18:00:30 +03:00
NotAShelf b3b4f54c89
fix: invalid zls package 2023-05-01 18:32:47 +03:00
NotAShelf f9b15c97cd
Merge pull request #64 from horriblename/fix-py-lsp
fix: broken python lsp option
2023-04-29 21:31:50 +03:00
NotAShelf c1d3f37a3c
Merge pull request #63 from horriblename/feat-lazygit
feat: lazygit integration
2023-04-28 13:43:44 +03:00
NotAShelf c01f5bc2bc
style: formatting 2023-04-28 13:39:29 +03:00
NotAShelf 719db99067
docs: clarify `lazygit.package` usage 2023-04-28 09:49:31 +03:00
NotAShelf 132b93a633
docs: update release notes with lazygit 2023-04-28 09:49:11 +03:00
NotAShelf 7afe92b845
dev: enable lazygit out of the box 2023-04-28 08:59:35 +03:00
Ching Pei Yang 998a5da5ff fix: broken python lsp option 2023-04-28 06:55:45 +02:00
Ching Pei Yang 2018cd7b2f (lazygit) add option `package` 2023-04-28 06:09:38 +02:00
Ching Pei Yang f8ff3cd9fa use separate dag for toggleterm 2023-04-28 06:09:38 +02:00
Ching Pei Yang 24b631f343 feat: lazygit integration 2023-04-28 06:09:38 +02:00
NotAShelf 9e224d710c
Merge pull request #61 from horriblename/feat-clangd
feat: add clangd lsp
2023-04-24 18:59:18 +03:00
Ching Pei Yang 345d8e76a7 docs: update release notes 2023-04-24 14:38:32 +02:00
Ching Pei Yang 64c398871d feat: add clangd lsp 2023-04-23 16:13:34 +02:00
NotAShelf 796f6558d1
Merge pull request #59 from horriblename/fix-ccls
fix: ccls config
2023-04-23 16:49:34 +03:00
Ching Pei Yang dca00f83dd fix: ccls config 2023-04-23 15:36:53 +02:00
NotAShelf 91da602672
Merge pull request #57 from horriblename/fix-editorconfig
fix editorconfig option
2023-04-22 22:54:42 +03:00
Ching Pei Yang ec5f3a731a fix editorconfig option 2023-04-22 21:45:54 +02:00
NotAShelf 229450c4a9
docs: fix typo in release notes 2023-04-19 16:30:45 +03:00
NotAShelf c946397fba
docs: include 0.3 release notes in docs 2023-04-19 16:28:39 +03:00
NotAShelf 3cf4b94ea8
Merge pull request #56 from NotAShelf/release/0.3
0.3 release
2023-04-19 16:21:49 +03:00
NotAShelf 74258839e8
docs: 0.3 release notes 2023-04-19 15:49:28 +03:00
NotAShelf a35005f4b7
Merge pull request #55 from horriblename/bugfix-themes
fix: accept missing transparent attribute
2023-04-19 15:08:42 +03:00
Ching Pei Yang 77a10e8ee4 fix: accept missing transparent attribute 2023-04-19 13:54:44 +02:00
Yoni FIRROLONI 1e8d8593b6 add a few languages from the whole config doc to the home page 2023-04-19 12:31:14 +02:00
NotAShelf c874b7fa99
fix: catppuccin not inheriting transparency 2023-04-19 00:54:44 +03:00
NotAShelf c749a7fe59
feat: drop venn-nvim 2023-04-18 20:28:56 +03:00
NotAShelf 7bf6594755
Merge pull request #52 from horriblename/main
Update tokyonight config
2023-04-18 20:25:35 +03:00
Ching Pei Yang b9ec7702c5
update release notes 2023-04-18 19:17:10 +02:00
NotAShelf 099b87a5cf
feat: silence annoying null-ls codeactions messages 2023-04-18 20:13:02 +03:00
NotAShelf 2ad526cbf5
fix: incorrect description for typescript language module 2023-04-18 20:11:06 +03:00
Ching Pei Yang 3b85a387b4
tokyonight: add new style 2023-04-18 17:10:52 +02:00
Ching Pei Yang 65c64492e5
tokyonight: update deprecated style setup 2023-04-18 17:10:14 +02:00
NotAShelf f3aac8cb5a
Merge pull request #51 from FlafyDev/dart-fixes
Dart fixes
2023-04-18 17:46:38 +03:00
FlafyDev dc2dddeda2 fix: use correct dart cli options for lsp 2023-04-18 15:37:59 +03:00
FlafyDev 9af9bd7f3a feat: change flutter-tools to be enabled by default instead of dart's lsp 2023-04-18 15:37:55 +03:00
FlafyDev e108df3ba4 fix: use dartls instead of dart in lspconfig 2023-04-18 15:37:52 +03:00
NotAShelf 008ea23033
feat: deprecate kommentary 2023-04-18 04:13:33 +03:00
NotAShelf 5941502e37
feat: enable vim-vsnip if nvim-cmp is enabled 2023-04-18 04:13:24 +03:00
NotAShelf a90f713fee
Merge pull request #48 from NotAShelf/feature/neovim0.9
feature/neovim-0.9
2023-04-18 03:40:47 +03:00
NotAShelf 936efd2197
feat: ignore codeaction menu for scrollbar 2023-04-18 03:22:35 +03:00
NotAShelf 824c852ec1
feat: refactor dart and elixir LSPs according to the new structure 2023-04-18 03:18:02 +03:00
NotAShelf 07d5aee29c
style: formatting 2023-04-18 02:52:24 +03:00
NotAShelf 81421e529b
Merge branch 'main' into feature/neovim0.9 2023-04-18 02:50:50 +03:00
NotAShelf acf592e8b1
modified: modules/completion/nvim-cmp/nvim-cmp.nix 2023-04-18 02:34:41 +03:00
NotAShelf ad95175224
feat(visuals): Update and configurations 2023-04-18 02:17:36 +03:00
NotAShelf 8e2ea2bbfc
docs: update 0.3 release notes 2023-04-18 02:17:26 +03:00
NotAShelf 6b3d529bc9
docs: fix escaping characters 2023-04-18 02:10:40 +03:00