summaryrefslogtreecommitdiff
path: root/lua/default-config.lua
AgeCommit message (Collapse)Author
2021-07-14Fix tsserver formatter not working (#925)hui.liu
2021-07-14User configurable latex lsp#2 (#861)PZ31k0nauT
* Adjust tex.lua and default-config for lsp magic With this commit table elements are added to default-config.lua, which are referenced in tex.lua. The settings are set to default. This enables the user to configure settings accordingly inside of lv-config.lua. - build arguments - forwardsearch executable e.g. zathura - forwardsearch arguments for chosen executable are implemented automatically - handlers for virtual_text, signs, underline and update_in_insert are set to the default * Added Texlab-Build and Forward as which-keys With this commit the two commands `:TexlabBuild` and `:TexlabForward` are added as which-keys under the category +LaTeX. - b is for TexlabBuild - p is for TexlanForward (Preview) * Change which-key for +Latex The which-key for +Latex has to be changed because `L` is already used by +Lush. With this commit the which-key for +Latex is changed to `t`. * Add documentation of options All configurable texlab option is documented in lv-config.example.lua. Also a link to the documentation of the options from latex-lsp/texlab is added.
2021-07-13java default formatterchristianchiarulli
2021-07-13terraform formatterchristianchiarulli
2021-07-13Added default formatters (#908)Abouzar Parvan
* added default formatters for a couple of langs * fix: sugesstions from tastyep * allow users to change default formatters * suggestion: mellow pointed out the telescope issue * we don't need to use formatter.setup
2021-07-14Fix vsnip_dir typo (#916)Brandon Conway
2021-07-13poc with local prettier workingchristianchiarulli
2021-07-12refactor, fix galaxylinechristianchiarulli
2021-07-12refactor single filechristianchiarulli
2021-07-12poc for refactor into one filechristianchiarulli
2021-07-11Bugfix: Fixed edition issue with rustfmt. (#881)Uzaaft
2021-07-11Added autosave on focus loss option and list of errors to be ignored to ↵Jacek Kiedrowski
vimtex. (#873)
2021-07-11add write to prettier commandchristianchiarulli
2021-07-11fix prettier issue with tailwindcsschristianchiarulli
2021-07-11if you open a file from telescope, you won't have file not found issues with ↵Abouzar Parvan
prettier (#879)
2021-07-11add eslint and eslint_d to efm (#877)William Goulois
2021-07-11stylua formatter issues fixed (#867)Abouzar Parvan
2021-07-11MISC: Typo fix, and --@usage for python and rust (#795)Uzaaft
2021-07-11Line wrap cursor movement option (#855)rob
2021-07-10avoiding OCD attack with the help of folke/todo-comments (#839)Abouzar Parvan
2021-07-10WIP: using formatter.nvim instead of neoformat (#781)Abouzar Parvan
2021-07-10refactor floattermChris
2021-07-10refactor treesitterChris
2021-07-10refactor settings for hotswapchristianchiarulli
2021-07-10refactor settingschristianchiarulli
2021-07-09more config refactorchristianchiarulli
2021-07-09config refactorchristianchiarulli
2021-07-09refactor plugin configchristianchiarulli
2021-07-09more debloatchristianchiarulli
2021-07-09expose completion configchristianchiarulli
2021-07-09PoC zen mode hot reload config and refactorchristianchiarulli
2021-07-09make shiftwidth and tabstop configurable (#818)0.4.7Abouzar Parvan
2021-07-09option to enable spell checking (#815)Robin Kautz
2021-07-09Add 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-09settings updatesChris
2021-07-09java tool working on macChris
2021-07-08User 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-08add scrolloff config optionGruak
2021-07-08you can disable clipboard (#783)Abouzar Parvan
2021-07-07option 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-07Add missing document_highlight in default config (#743)hui.liu
2021-07-06custom whichkey entriesChris
2021-07-06Replace 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-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