summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2021-05-30new plugin updateschristianchiarulli
2021-05-30tailwindcss LSP fix (#442)maxime50
2021-05-29add some useful plugins to base config and a option to enable extraschristianchiarulli
2021-05-28no idea why, but this causes and error in _meta.lua:21christianchiarulli
2021-05-27bugfixeschristianchiarulli
2021-05-27QuickFix quality of life (#435)tafryn
* Exclude the quickfix buffer from the barbar buffer list * Add mapping and function to toggle the quickfix window
2021-05-27Make galaxline component index dynamic (#434)gukz
2021-05-27bug fix for netrw's gx command (#431)rmagillxyz
* open remote link in browser correctly with gx, not in a tmp file
2021-05-27Enable the fzy file sorter for telescope (#430)tafryn
2021-05-25Add treesitter indicator to status line (#429)tafryn
2021-05-25Add setting to enable/disable document highlighting (#428)tafryn
2021-05-25Support different config paths (#426)Amandus Søve Thorsrud
This makes the configuration files work if neovim's config path is different from `~/.config/nvim`.
2021-05-25Corrected references to nv_utils, replaced with lv_utils (#422)Kyle Stubblefield
* moved the including of lv-settings to above the settings so local settings configured in lv-settings can override the globals that get loaded in settings, 0.relative_number for example * fixed reference to nv_utils, replaced with lv_utils * replaced references to nv_utils, replaced with lv_utils * rolled back my changes to lv-settings to match upstream
2021-05-24Add Go auto commands (#424)David Hollinger III
2021-05-19Changed Window resizing to lua (#410)Omar Bassam
2021-05-17added support for elixir (#403)iToXiQ
2021-05-14Enable netrw (#394)rmagillxyz
* enable_netrw: source lv-globals before plugins and add nvim_tree_disable_netrw to lv-globals, otherwise netrw is never enabled. If netrw is not enabled, netrw-externapp functionality, things like gx and gf to follow http links do not work. * enable_netrw: add nvim_tree_disable_netrw to the lv-globals O object and set it in settings && source settings before plugins
2021-05-11Add Elm support (#386)Andrés Otárola
* Add Elm support See: https://github.com/kabouzeid/nvim-lspinstall/pull/51 * remove comment
2021-05-07Fix Vue LSP (#378)Brymer Meneses
2021-05-06fix expandtab (#373)dklymenk
* fix expandtab * fix expandtab
2021-05-06make timeoutlen configurableChris
2021-05-06remove old emmetChris
2021-05-05Add default lsp settings (#364)Andrew Fridley
- for virtual text prefix and spacing - for signs - for underline
2021-05-04✨ Change dashboard header and footer by user (#363)Francisco Suárez
* :sparkles: ability to change dashboard header and footer. * :sparkles: lv-settings adapted. * comment to keep original one by default.
2021-05-04adding a missing space on icon. (#362)Francisco Suárez
2021-05-04Improvements (#361)Junliang Yan
* Swap setting and lv-setting order to allow customization to preserve * Swap Left/Right to move naturally
2021-05-04Fix: makes autopairs filetype specific rules work (#357)rebuilt
2021-05-03feature: adds git keymappings built in to Telescope: git_status, ↵rebuilt
git_branches, git_commits, git_bcommits (#350)
2021-05-03Implement fzy native to speed up telescope (#330)Andrew Fridley
* impliment fzy-native * match pattern
2021-05-03Improve LSP Icons (#331)Andrew Fridley
2021-05-03✨ Python analysis options (pyright) (#352)Francisco Suárez
2021-05-02Revert "Adds the ability to toggle on/off whichkey and dashboard (#337)"Chris
This reverts commit f15428e6550db4e37e25af54fb511459e26b6cb1.
2021-05-02Adds the ability to toggle on/off whichkey and dashboard (#337)rebuilt
2021-05-02corrected label for whichkey action. Changed 'file' to 'Change branch' (#334)rebuilt
2021-05-02Readd Keybinding to go to normal mode. (#345)Ferran Sulaiman
* Fix Autopairs Not working issue using Treesitter * Readd keybindings to go to normal mode from insert mode
2021-04-29add angular lsp (#322)ptethng
Co-authored-by: ptethng <[email protected]>
2021-04-29Typescript (#311)rebuilt
* Add typescript formatting support * make sure vue is in the list of filetypes * Add typescriptreact formatting
2021-04-29update no highlight descriptionchristianchiarulli
2021-04-29formattingchristianchiarulli
2021-04-29Fix Autopairs Not working issue using Treesitter (#315)Ferran Sulaiman
2021-04-29lua based whichkeychristianchiarulli
2021-04-27update snippet symbolchristianchiarulli
2021-04-27improve completionchristianchiarulli
2021-04-27adds vue language server support (#303)rebuilt
2021-04-27Add autoformatting for ruby (#305)rebuilt
2021-04-26Gopls fixed. Root dir was causing problem (#289)Shubham Pawar
2021-04-21Minor fixes (#287)shinu_donney
* Fix a typo * Update a faulty comment
2021-04-19update telescope promptchristianchiarulli
2021-04-17Fix some typos (#262)Daniel Power
2021-04-17fix(emf-general-ls): fix black, add lua-fmt (#264)Tim Bedard