summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2021-06-29Fix elixir spelling (#546)Lee Marlow
2021-06-29use lsp to format jsonChris
2021-06-29Add dashboard entry to search nvim config files (#551)tafryn
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-28no nvimtree on dashboardchristianchiarulli
2021-06-28nvimtree with all the featureschristianchiarulli
2021-06-28new zen mode, other one didn't work with lazy loadingchristianchiarulli
2021-06-28more preconfigured pluginschristianchiarulli
2021-06-28bug fixeschristianchiarulli
2021-06-28indent line plugin optionchristianchiarulli
2021-06-28cleanup, need to configure all of the commented out pluginschristianchiarulli
2021-06-28ts playground optionchristianchiarulli
2021-06-28update plugin configchristianchiarulli
2021-06-28more lazyloadchristianchiarulli
2021-06-28more lazyloadchristianchiarulli
2021-06-28less vimscriptchristianchiarulli
2021-06-28galaxyline themes for gruvbox and nvcode, restoring cursor shape (#543)sai nivas mangu
* Restoring cursor shape for users with non-block cursors. * Galaxyline themes for Gruvbox and NVCode colorschemes.
2021-06-28Fix settings inside dashboard (#542)Abouzar Parvan
`lv-settings.lua` has been deprecated, use `lv-config.lua` instead.
2021-06-28snippets are back and lazyloadeschristianchiarulli
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
2021-06-28more lazyloadchristianchiarulli
2021-06-28updateschristianchiarulli
2021-06-27use start now, for more speedchristianchiarulli
2021-06-27more lazy loadingchristianchiarulli
2021-06-27more speedchristianchiarulli
2021-06-27fix lsp not startingchristianchiarulli
2021-06-27update configurationChris
2021-06-27update settingsChris
2021-06-27removing plugins increasing speed by 100%, still needs more workChris
2021-06-26move whichkey config to whichkey config filechristianchiarulli
2021-06-26Updated where leader key is set and made var in lv-settings (#474)Ian S. Pringle
- Setting leader-key in the init.lua file. You want to set the leader as soon as possible so that it's the same everywhere. With the leader being set in the lua/lv-which-key/init.lua it resulted in mappings that used `<leader>` in the lua/keymappings.lua mapping the the defualt leader-key of `\` - Added the O.leader_key to the lv-settings.lua file so the leader-key can be set there, which seems to make more sense. - Added handling for when the leader-key is `<Space>`. This could be made more robust to include other special keys, but I don't think many/any of the other special keys would be used as a leader-key (ie <BS>, <CR>, <Tab>, <Esc>, <Up|Down|Right|Left>, etc.) Co-authored-by: Christian Chiarulli <[email protected]>
2021-06-26feat(kotlin): Replace current custom kotlin installation with LspInstall ↵Marek Filipowicz
kotlin (#518)
2021-06-26configured persistent undo (#529)Robin Kautz
2021-06-26Add Vimtex for Latex support (#512)Luc Sinet
* Add vimtex plugin Vimtex provides a full integration for latex files, see: https://github.com/lervag/vimtex. Zathura is used as default pdf viewer as it allows live reloading. * Provide the <leader>L shortcut for Latex operations. * Move vimtex into the extra plugins section Add a short comment above extra plugins to introduce their functionality * Only define whcihKey mapping for Vimtex if O.extras is true Co-authored-by: Christian Chiarulli <[email protected]>
2021-06-26Allow cursorline option to be configured by lv-settings (#526)tafryn
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