Skip to content

Commit

Permalink
chore(master): release 1.0.0 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 12, 2024
1 parent 909670e commit a36ac4c
Showing 1 changed file with 95 additions and 0 deletions.
95 changes: 95 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
# Changelog

## 1.0.0 (2024-02-12)


### Features

* add barbecue plug ([06dc656](https://github.com/rizkyilhampra/nvim-config/commit/06dc656222ecb2b8d367ea2f0fac6489d5f1e399))
* add but disabled huez plug ([5760f33](https://github.com/rizkyilhampra/nvim-config/commit/5760f337c5accab77095de5c032b1a4b73d5a5e2))
* add cd-project plug ([f3f7b1e](https://github.com/rizkyilhampra/nvim-config/commit/f3f7b1ed4fef93d8a18409716570477e8ad7c783))
* add code-actions plug ([c33f1a9](https://github.com/rizkyilhampra/nvim-config/commit/c33f1a9f7320cce3b694963059fa8ee64036fe19))
* add copilotchat.nvim ([f7dbab4](https://github.com/rizkyilhampra/nvim-config/commit/f7dbab4ed9d15548d7a74f73d012bbd8b9174582))
* add deadcolumn plugin ([53d8f53](https://github.com/rizkyilhampra/nvim-config/commit/53d8f534e5e262823f1cfdfeafb34db37a762a9c))
* add full_visual_line plug ([909670e](https://github.com/rizkyilhampra/nvim-config/commit/909670ebf32f555b7620b2212eec5bc812d89944))
* add harpoon2 ([159a02e](https://github.com/rizkyilhampra/nvim-config/commit/159a02eae9a2df8e7d7449e2c26aee853aace3f7))
* add headline.nvim ([2885d3f](https://github.com/rizkyilhampra/nvim-config/commit/2885d3f7d020217b0f233a56dfc210c0cdca9c80))
* add lsp-progress.nvim and integration with lualine ([b00872c](https://github.com/rizkyilhampra/nvim-config/commit/b00872c4f88b4d8ce93811d280ba7b733cd412d8))
* add Noice and Pets plugin ([b061aa6](https://github.com/rizkyilhampra/nvim-config/commit/b061aa6968e826aadc2b625f91851a5504c8f677))
* add nvim lsp notify ([2ce881c](https://github.com/rizkyilhampra/nvim-config/commit/2ce881c535725d44a35b05246fda5ce262fa07ba))
* add obsidian plugin ([8ba9ecc](https://github.com/rizkyilhampra/nvim-config/commit/8ba9ecc430009d965e050ca0c4acfb58de22af41))
* add peek ([16de97f](https://github.com/rizkyilhampra/nvim-config/commit/16de97fa544008a0083b91f9e5f112d25b98ab69))
* add twilight plug ([2e3e3ca](https://github.com/rizkyilhampra/nvim-config/commit/2e3e3cac1a61c84ad409cec82bf83d69d789d144))
* **Cmp:** add completion for cmd and some refactor ([b6998eb](https://github.com/rizkyilhampra/nvim-config/commit/b6998eb03795ec6307b38a4328d203341c335d7b))
* **conform:** some changes ([2460234](https://github.com/rizkyilhampra/nvim-config/commit/24602346788a866f332a9685bc0fa2652a066cd2))
* **Injection:** add injection alpine js ([b362cf9](https://github.com/rizkyilhampra/nvim-config/commit/b362cf94c03e680d9bdd403be4c8b96021e423d8))
* **lsp:** none ls condition when eslint.rc not found ([e92aae6](https://github.com/rizkyilhampra/nvim-config/commit/e92aae6b35bced50fe27cd58990d4d83c17b3080))
* **Neotree:** add mapping for better navigation with H and L ([cbf35ca](https://github.com/rizkyilhampra/nvim-config/commit/cbf35ca22514959d367e5e02833d8a804ead3400))
* **Neotree:** add mapping for copy and paste with system clipboard ([8408a77](https://github.com/rizkyilhampra/nvim-config/commit/8408a77f312f2ee1fdd9ba8efdaf472965b4e261))
* **Options:** add some option ([0d5f538](https://github.com/rizkyilhampra/nvim-config/commit/0d5f538c178d1fafcec30e7235f504dce3b25b61))
* **plugin:** add dressing plugin and write conf for codeaction ([39f76f7](https://github.com/rizkyilhampra/nvim-config/commit/39f76f7f3d4fcad58c43065d5b51ab741a1a586d))
* **plugin:** add hover plugin ([5b71d7e](https://github.com/rizkyilhampra/nvim-config/commit/5b71d7eee9f09e234ad11e5fbfcc57a47fdcbffb))


### Bug Fixes

* **Neotree:** not changed after git processed ([d0d97c7](https://github.com/rizkyilhampra/nvim-config/commit/d0d97c75b8ad0cf0ced2cb50af4f00d87148cdb0))
* **nvim-cmp:** press tab out snippet scope return back to snippet ([8fcaee8](https://github.com/rizkyilhampra/nvim-config/commit/8fcaee8f2717c581e16125cfde0ec4573728799c))
* **statusol:** not showing diagnostic icon after update ([dc387e1](https://github.com/rizkyilhampra/nvim-config/commit/dc387e12b0deb595d3ff8ccef4d96ac964883dbd))


### Miscellaneous

* add gruvbox theme ([51b7d32](https://github.com/rizkyilhampra/nvim-config/commit/51b7d3213395de74576d3b369354f529b64a6e34))
* add opt show mode to false ([61c1e18](https://github.com/rizkyilhampra/nvim-config/commit/61c1e18fe8498e5873f2f953b2a02e7693e4c6e2))
* add option colourcolumn ([7b7455d](https://github.com/rizkyilhampra/nvim-config/commit/7b7455df453a7e8e4d736ee63c40f53a3da2f057))
* add regex list to treesitter ensure installed ([89319e7](https://github.com/rizkyilhampra/nvim-config/commit/89319e7a8a6f5b473fea23e0746c13dbe5224627))
* add spesific commit for neo-tree ([bb3c994](https://github.com/rizkyilhampra/nvim-config/commit/bb3c994c1a9861d5e51b51411457565d9a8ff302))
* add spesific undo dir and add option sidescrolloff ([d4e8c78](https://github.com/rizkyilhampra/nvim-config/commit/d4e8c78286af94e82654a5ae21000814087631fd))
* add spesified conf for markdown file ([485af02](https://github.com/rizkyilhampra/nvim-config/commit/485af02a84f3951bb391d5d3e1680b0e83b60e7b))
* add tresitter grammar for markdown ([e36a2f7](https://github.com/rizkyilhampra/nvim-config/commit/e36a2f7c2afbf54de6abe8ffea95f8c5b6c91578))
* added some keybind ([1b987ed](https://github.com/rizkyilhampra/nvim-config/commit/1b987ed002fe43e5627fd8aa2a954bbdcf86872e))
* **alpha-dashboard:** using theta theme as boilerplate ([8c1835f](https://github.com/rizkyilhampra/nvim-config/commit/8c1835f1dbeacbd9b23acf052642e8b5f1cbd5cd))
* **Autocommand:** refactor and also add auto save cmd ([9dce6bb](https://github.com/rizkyilhampra/nvim-config/commit/9dce6bb1f81cc9a5516b6bc332d21af6c05650d2))
* change colorcolumn value ([43d48e0](https://github.com/rizkyilhampra/nvim-config/commit/43d48e07fde304d3879aaef9d860a711b4880eef))
* **cinnamon, nvim-surround:** add enabled prop ([a226af4](https://github.com/rizkyilhampra/nvim-config/commit/a226af4f1d0de5b39defa4f404da696c161c6a58))
* clean peek plug ([1f766a8](https://github.com/rizkyilhampra/nvim-config/commit/1f766a8a3617d9378c31e3e76723169d95346042))
* **Cmp:** added some condition for Tab mapping ([67c9d4d](https://github.com/rizkyilhampra/nvim-config/commit/67c9d4dfe70ffb0a99900cf93b7eb9ec56d28eeb))
* currently disable auto save feat ([e933b0c](https://github.com/rizkyilhampra/nvim-config/commit/e933b0c1aaa09e112b6af7598aab97df48717359))
* delete barbacue-winbar ([1d590e6](https://github.com/rizkyilhampra/nvim-config/commit/1d590e61f2558bb8386f36111a8a786702d0809f))
* delete keymap switch buffer and change keymap to go alpha dash ([aa6bd73](https://github.com/rizkyilhampra/nvim-config/commit/aa6bd738707563eb859c4f12574725d7f69f5a98))
* delete lsp progress ([5dc62dd](https://github.com/rizkyilhampra/nvim-config/commit/5dc62dd2383018ce80e3633f6d6abd95be3ed2c5))
* delete lsp progress and add diagnostic at statusline ([bc77e50](https://github.com/rizkyilhampra/nvim-config/commit/bc77e50ecbbd6de962ab2ae82c38dd9d744a7d19))
* delete peek plug ([22b9b2f](https://github.com/rizkyilhampra/nvim-config/commit/22b9b2fc860a2d838cfde7b76afe9c6ba4f10ca5))
* disable fidget ([857dfd8](https://github.com/rizkyilhampra/nvim-config/commit/857dfd8422a0f63fdef47eb828b0965d2968ead8))
* disable plugins ([32be0c5](https://github.com/rizkyilhampra/nvim-config/commit/32be0c5aa98f277ba302d0f9b1c704772f373701))
* **Keymaps:** refactor and add duplicate selection keymap ([3102325](https://github.com/rizkyilhampra/nvim-config/commit/310232567cb98722bdbe201a5b20a35fb1f5c6bb))
* **lock depend:** no provided information ([bc023d8](https://github.com/rizkyilhampra/nvim-config/commit/bc023d87a7165e590cd511c6308ba8a15b36a573))
* **LSP:** add markdown lsp (marksman) ensure installed list ([c51785c](https://github.com/rizkyilhampra/nvim-config/commit/c51785cfbd7cabca532103b30ce1a42043244466))
* **Lsp:** setup noedev plugin for better auto completion ([a5f4ce2](https://github.com/rizkyilhampra/nvim-config/commit/a5f4ce23fe65cc629a6fb0f285f18f9509f0548c))
* **Lualine:** disable when neo-tree-popup ([40d3733](https://github.com/rizkyilhampra/nvim-config/commit/40d373313633ff421a9a5ea29bdb91b38ecc0f25))
* **Lualine:** disable when toggleterm ([823d199](https://github.com/rizkyilhampra/nvim-config/commit/823d199697a19e0b33b04def5e0d1290195e29f7))
* **Lualine:** disabled when TelescopePrompt active ([8e3e37f](https://github.com/rizkyilhampra/nvim-config/commit/8e3e37f1a514be542dd6f1e267f1dcd45647a1ef))
* **lualine:** enabled prop ([dea7381](https://github.com/rizkyilhampra/nvim-config/commit/dea73814d224b70fe8bf9a404e24c66ae5bb3e27))
* **Mason:** added removed lsp and add event showing installed notify ([0df2eb5](https://github.com/rizkyilhampra/nvim-config/commit/0df2eb54515d6fea239a32ead3c439e323bccc14))
* **Mason:** replace intelephense to phpactor for ensure installed ([fb33f28](https://github.com/rizkyilhampra/nvim-config/commit/fb33f28f558dcbe4d9490263ffb7203a29e98339))
* **neo-tree:** add file_watcher attr ([69e3bfc](https://github.com/rizkyilhampra/nvim-config/commit/69e3bfc3eecbcb1e70d437fb06d6f721dc1b59d9))
* **Neotree:** handle error if delete to trash not working ([2fff484](https://github.com/rizkyilhampra/nvim-config/commit/2fff484e9a4fe3804c4daa07a838f252cc6d818c))
* **Neotree:** reset system clipboard after paste from clipboard ([0cc224b](https://github.com/rizkyilhampra/nvim-config/commit/0cc224be683375c27b96c43658b32597c0003ed4))
* **Neotree:** support trash for deleted files ([9d5b3de](https://github.com/rizkyilhampra/nvim-config/commit/9d5b3de9e961335f6b1ec30624c9ea8eba982232))
* **Obsidian:** remove event ([9fba31f](https://github.com/rizkyilhampra/nvim-config/commit/9fba31fb4e2b3b53ef26a81903e4905d91e51249))
* **Pets:** set row to 5 ([41be47f](https://github.com/rizkyilhampra/nvim-config/commit/41be47f4c8279303190eb304909958f44d60c79c))
* **Plugins:** update plugins ([fc5d5a6](https://github.com/rizkyilhampra/nvim-config/commit/fc5d5a662d4c298fd03c875b6764319cbb82db8a))
* refactor and fixed lsp ([c3909e1](https://github.com/rizkyilhampra/nvim-config/commit/c3909e1a3088662b8ab92c075a172ea8d22dd503))
* remove deadcolumn ([407ae09](https://github.com/rizkyilhampra/nvim-config/commit/407ae095b671fa1671b408855f3da8182a08fc29))
* remove notify cause it depends on noice ([03b05fb](https://github.com/rizkyilhampra/nvim-config/commit/03b05fb8f761b4a3fedd7bbe52177888d791d9c0))
* remove nvim-lsp-notify ([707981c](https://github.com/rizkyilhampra/nvim-config/commit/707981cd07da75125d8b9a5ca99bdda7a6221942))
* set conceallevel in ftplugin markdown and remove colourcolumn ([def47fb](https://github.com/rizkyilhampra/nvim-config/commit/def47fb656ad841845090a8ca803f40257065805))
* should refresh neotree after git changed if window is open ([b02e8b9](https://github.com/rizkyilhampra/nvim-config/commit/b02e8b9fd3961c9def44a00f89d62c9fe70fbebf))
* some refactor and fixed nvim cmp ([46899df](https://github.com/rizkyilhampra/nvim-config/commit/46899dfc3effd89c36e634556917e222941fc909))
* some refactoring keymap ([6436d48](https://github.com/rizkyilhampra/nvim-config/commit/6436d489fd1718ed59fc129ef63d9eb88ba807f1))
* **tokyonight:** remove hl group for toggle term and disable terminal color ([b98124e](https://github.com/rizkyilhampra/nvim-config/commit/b98124e68e478f0d8a208a1bfc8a458ded94c7ee))
* unable nvim-lsp-notify ([9a2f642](https://github.com/rizkyilhampra/nvim-config/commit/9a2f6425a06bc47dd8cb842afee84f1fcf578788))
* update php injection ([3347dd8](https://github.com/rizkyilhampra/nvim-config/commit/3347dd856c6928088dc109a5a10d21d5a08510f1))
* update plugin ([9d6054d](https://github.com/rizkyilhampra/nvim-config/commit/9d6054db7b2afe02ebdabee306d09c44c2c5b0de))
* using opt_local instead set wrap when filetype md ([9f9a032](https://github.com/rizkyilhampra/nvim-config/commit/9f9a03232d6fb012550eea4da04344474adfd26c))

0 comments on commit a36ac4c

Please sign in to comment.