summaryrefslogtreecommitdiff
path: root/lua/default-config.lua
AgeCommit message (Collapse)Author
2021-07-06Setup tailwindcss-ls (#729)hui.liu
2021-07-06remove plugin bloatchristianchiarulli
2021-07-05fix rainbowChris
2021-07-05fix logoChris
2021-07-05Add 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-05user defined pluginschristianchiarulli
2021-07-05updated autocommands for userchristianchiarulli
2021-07-05switch 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-05evenly resize split windows (#698)Robin Kautz
* evenly resize split windows * fixed indention
2021-07-05Add 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-04Remove `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-04start formatting rulesRafael
2021-07-04Basics for php lsp (#664)PZ31k0nauT
* Update php.lua * Update default-config.lua * Update lv-config.example.lua
2021-07-04Snippets in config dir (#661)PZ31k0nauT
* Update init.lua * Update init.lua * Update init.lua * Update default-config.lua
2021-07-04Adding tabnine for compe (#640)Abouzar Parvan
2021-07-04support ruby filesChris
2021-07-04disable rust for nowchristianchiarulli
2021-07-03added Clangd format_on_save (#621)Mayank Dutta
* clang autoformat do save lot of trouble * clang autoformat do save lot of trouble * clang indentation done, comments updated * clang indentation done, comments updated Co-authored-by: Mayank Sharma <[email protected]>
2021-07-03feat(615): transparent background option (#617)William Goulois
2021-07-03faster settings.lua; added globals to default conf (#609)Zahin Muhaimeen
2021-07-03[LSP] c/cpp - Fix to clang default config. (#612)James Walmsley
2021-07-03auto detect file for zig, and language server for zig (#604)maxxnino
Co-authored-by: maxxnino <[email protected]>
2021-07-02[LSP] clang - Better defaults for clangd. (#601)James Walmsley
2021-07-02[CONFIG] No default for leader_key. (#600)James Walmsley
2021-07-02Add snap as an optional alternative to telescope (#582)Cam Spiers
Co-authored-by: Cam Spiers <[email protected]>
2021-07-02more lush supportChris
2021-07-02Adding DAPInstall.nvim in regards to #574 (#577)0.2.0Abouzar Parvan
2021-07-01lsp in ftplugin austonautomoychristianchiarulli
2021-06-30add lush and template for creating colorschemesChris
2021-06-30refactor autocommandschristianchiarulli
2021-06-30first pass at braille logoChris
2021-06-29updates, everything false by defaultChris
2021-06-29added rust-tools thanks to bob3000 (#544)Abouzar Parvan
* added rust-tools * require_plugin has been removed
2021-06-29Fix elixir spelling (#546)Lee Marlow
2021-06-28add back gist active0.1.0christianchiarulli
2021-06-28Allow setting ignorecase and smartcase from lvi-config.lua (#545)Lee Marlow
2021-06-28plugins configuredchristianchiarulli
2021-06-28more preconfigured pluginschristianchiarulli
2021-06-28bug fixeschristianchiarulli
2021-06-28indent line plugin optionchristianchiarulli
2021-06-28ts playground optionchristianchiarulli
2021-06-28update plugin configchristianchiarulli
2021-06-28more lazyloadchristianchiarulli
2021-06-28zen mode lazyloadchristianchiarulli
2021-06-28more optional pluginschristianchiarulli
2021-06-28handsome new plugin configchristianchiarulli
2021-06-28you now need to activate your languagechristianchiarulli
2021-06-28config overhaulchristianchiarulli