summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-26vscode use spacebar in other input (#513)Wolowit
* fixed ues spacebar in other input(terminal, extensions, etc) * fixed vscode spacebar
2021-06-26Add which-key maps for hover_doc and help_tags search (#527)tafryn
2021-06-26Cleanup duplicate lines and whitespace (#525)tafryn
2021-06-26Consolidate compe keymaps in one place (#524)tafryn
2021-06-26fix multiline commentchristianchiarulli
2021-06-26Fix barbar integration with nvim-tree (#523)kylo252
- Add an offset to display NvimTree buffer in barbar. It won't work correctly if you enable "vim.g.nvim_tree_quit_on_open". - Add which-key support to barbar to enable missing mappings. Co-authored-by: Christian Chiarulli <[email protected]>
2021-06-26Fix spectre (#520)Luc Sinet
* Correctly require Spectre plugin. Configure backslash as key for interacting with spectre's results. * Refactor + add Spectre mapping Map all keys using the mapping variables. Explicitly specify virtual mappings. * Remove already prepended character from mapping keys Co-authored-by: Christian Chiarulli <[email protected]>
2021-06-26WhichKey: Make <leader>n clear search instead of toggling highlight (#519)OliverNChalk
2021-06-26feat(java): Replace the current custom installation of java, with lspinstall ↵Marek Filipowicz
(#517)
2021-06-25sorting out filepicker issueschristianchiarulli
2021-06-18Set vim-matchup options before plugin configuration (#506)tafryn
Several of the vim-matchup options don't take effect unless they are set before the plugin is required.
2021-06-18Simplify tailwindcss-ls config (#502)Nawfal bin Mohmad Rouyan
latest nvim-lspconfig has all the necessary config for tailwindcss included.
2021-06-18Modifying installer.sh (and README.md) to be suited for Gentoo (#495)yibaba
* Modifying installer.sh to be suited for Gentoo * Change README.md to be more helpful for Gentoo instalations
2021-06-18Fix: Correctly require FTerm in plugins.lua (#485)OliverNChalk
2021-06-18nvim-compe key map added (#484)PBird
2021-06-18vim-sanegx: tiny plugin which deals with more use cases to the netrw_gx bug ↵rmagillxyz
(#479)
2021-06-18Remove "." directory in root pattern (#471)Fabrizio Sestito
2021-06-18Add file types to terraform language server config (#467)Fabrizio Sestito
2021-06-18Change Workspace Symbol binding to Telescope DynamicFinder (#462)Fabrizio Sestito
2021-06-18Fix neovim installation cleanup (#460)Imbolc
Got these on debian: `rm: cannot remove 'neovim/.deps/build/src/luajit/src/lib_init_dyn.o': Permission denied ...`
2021-06-04LSP config of cmake (#455)wcsjdzz
Co-authored-by: zhongzedu <[email protected]>
2021-06-02update pluginschristianchiarulli
2021-06-02Add symbols outline plugin. (#451)dario
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-27:art: Update ftplugin (#432)Eliaz Bobadilla
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-20Improve commands in README (#392)Kid
* Suggest removing only Packer directory in README * Adjust more commands * Delete `~/.local/share/nvim/site`
2021-05-19Changed Window resizing to lua (#410)Omar Bassam
2021-05-18moved the including of lv-settings to above the settings so local settings ↵Kyle Stubblefield
configured in lv-settings can override the globals that get loaded in settings, 0.relative_number for example (#396)
2021-05-18Update README.md (#398)Ayush Mandowara
The numbered list for `Install your own plugins` was all in one line - Changed it to a proper sequence (added new lines) - added highlighting (backticks) to file names - fixed grammar (, instead of .) in pt 2
2021-05-18Use setlocal insted of set (#404)Eliaz Bobadilla
* setlocal insted of set for css Check `:h setl` * setlocal insted of set for html * setlocal insted of set for js * setlocal insted of set for jsreact * setlocal insted of set for yaml
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-12fix pip install on Arch Linux (#390)Micael Viana
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-09Fix packer and nvim already installed check (#382)Simon Fontana Oscarsson
It was not possible to install LunarVim if these programs were already installed. The check is syntactically incorrect and will always return non-0 status, and the installer always continued with installing packer and nvim. This failed with an error: "fatal: destination path 'REDACTED/packer.nvim' already exists and is not an empty directory." Correct the syntax error by checking if the file exists.
2021-05-09Use os-release file to check Ubuntu distro (#381)Simon Fontana Oscarsson
Previous check uname -a does not work if user has changed kernel. Use os-release for true operating system identification.
2021-05-07Fix Vue LSP (#378)Brymer Meneses