Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-11 | Bugfix: Fixed edition issue with rustfmt. (#881) | Uzaaft | |
2021-07-11 | Added autosave on focus loss option and list of errors to be ignored to ↵ | Jacek Kiedrowski | |
vimtex. (#873) | |||
2021-07-11 | add write to prettier command | christianchiarulli | |
2021-07-11 | fix prettier issue with tailwindcss | christianchiarulli | |
2021-07-11 | if you open a file from telescope, you won't have file not found issues with ↵ | Abouzar Parvan | |
prettier (#879) | |||
2021-07-11 | add eslint and eslint_d to efm (#877) | William Goulois | |
2021-07-11 | stylua formatter issues fixed (#867) | Abouzar Parvan | |
2021-07-11 | MISC: Typo fix, and --@usage for python and rust (#795) | Uzaaft | |
2021-07-11 | Line wrap cursor movement option (#855) | rob | |
2021-07-10 | avoiding OCD attack with the help of folke/todo-comments (#839) | Abouzar Parvan | |
2021-07-10 | WIP: using formatter.nvim instead of neoformat (#781) | Abouzar Parvan | |
2021-07-10 | refactor floatterm | Chris | |
2021-07-10 | refactor treesitter | Chris | |
2021-07-10 | refactor settings for hotswap | christianchiarulli | |
2021-07-10 | refactor settings | christianchiarulli | |
2021-07-09 | more config refactor | christianchiarulli | |
2021-07-09 | config refactor | christianchiarulli | |
2021-07-09 | refactor plugin config | christianchiarulli | |
2021-07-09 | more debloat | christianchiarulli | |
2021-07-09 | expose completion config | christianchiarulli | |
2021-07-09 | PoC zen mode hot reload config and refactor | christianchiarulli | |
2021-07-09 | make shiftwidth and tabstop configurable (#818)0.4.7 | Abouzar Parvan | |
2021-07-09 | option to enable spell checking (#815) | Robin Kautz | |
2021-07-09 | Add colorcolumn option for those who don't use indent line (#814) | Jonathan Raines | |
* Add colorcolumn option for those who don't use indent line * Moved comment to appropriate place | |||
2021-07-09 | settings updates | Chris | |
2021-07-09 | java tool working on mac | Chris | |
2021-07-08 | User config option to change Rust inline hint/param prefixes (#774) | Henrik Nilsson | |
* User configurable Rust inline hint prefixes * Ordered the language list * Rust param hints and ordered lang list | |||
2021-07-08 | add scrolloff config option | Gruak | |
2021-07-08 | you can disable clipboard (#783) | Abouzar Parvan | |
2021-07-07 | option for user to configure the cmdheight and number_width as per their ↵ | Ramiz Sarfaraj | |
liking. (#764) * few of my changes * option for user configuration of cmdheight and number_width | |||
2021-07-07 | Add missing document_highlight in default config (#743) | hui.liu | |
2021-07-06 | custom whichkey entries | Chris | |
2021-07-06 | Replace LazyGit Plugin with FTerm Instance (#717) | Jonathan Raines | |
* Replace LazyGit Plugin with FTerm Instance * Added gg keybind to FTerm LazyGit * Added check to see if lazygit is installed * Changed lazyload event to prevent error when called from dashboard on startup * Removed lazygit plugin. Changed Fterm lazy loading * Made the executable check more universal for when we include other terminal applications Co-authored-by: rebuilt <[email protected]> | |||
2021-07-06 | Setup tailwindcss-ls (#729) | hui.liu | |
2021-07-06 | remove plugin bloat | christianchiarulli | |
2021-07-05 | fix rainbow | Chris | |
2021-07-05 | fix logo | Chris | |
2021-07-05 | Add Treesitter extensions for better textobjects (#700) | Anshuman Medhi | |
This adds three plugins that use treesitters parsing to provide smarter text objects [ts_textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) lets you define text objects for things like functions and classes [ts_textsubjects](https://github.com/RRethy/nvim-treesitter-textsubjects.git) defines a smart text object that selects a semantic block around the cursor [ts_hintobjects](https://github.com/mfussenegger/nvim-ts-hint-textobject) uses easymotion style hint labeling to show all the surrounding semantic blocks, letting you choose the correct one I have also added which-key entries for all the above Co-authored-by: Christian Chiarulli <[email protected]> | |||
2021-07-05 | (feat) use neoformat as the defalt format option (#715) | Rafael | |
2021-07-05 | user defined plugins | christianchiarulli | |
2021-07-05 | updated autocommands for user | christianchiarulli | |
2021-07-05 | switch to absolute line numbers in insert mode (#702) | Robin Kautz | |
* switch to absolute line numbers in insert mode * made aucmd respect cursorline setting | |||
2021-07-05 | evenly resize split windows (#698) | Robin Kautz | |
* evenly resize split windows * fixed indention | |||
2021-07-05 | Add borders to lsp popups (#686) | kjssad | |
* feat(lsp): add single type border to hover popup * feat(lsp): add single type border to signatureHelp * feat(lsp): add border to line diagnostic popup * feat(lsp): use global option to configure borders | |||
2021-07-04 | Remove `extras` Config option since extras plugins are enabled individualy ↵ | maxime50 | |
now (#673) * Remove `extras` Global Config * remove white space Co-authored-by: maxime50 <> | |||
2021-07-04 | start formatting rules | Rafael | |
2021-07-04 | Basics for php lsp (#664) | PZ31k0nauT | |
* Update php.lua * Update default-config.lua * Update lv-config.example.lua | |||
2021-07-04 | Snippets in config dir (#661) | PZ31k0nauT | |
* Update init.lua * Update init.lua * Update init.lua * Update default-config.lua | |||
2021-07-04 | Adding tabnine for compe (#640) | Abouzar Parvan | |
2021-07-04 | support ruby files | Chris | |