Commit graph

161 commits

Author SHA1 Message Date
Lee Marlow
dbad645f90
Fix elixir spelling (#546) 2021-06-29 17:48:21 -04:00
christianchiarulli
5363aa6306 bug fixes 2021-06-28 13:52:49 -04:00
christianchiarulli
2006460016 more lazyload 2021-06-28 12:45:45 -04:00
christianchiarulli
832b55fa23 less vimscript 2021-06-28 11:39:37 -04:00
christianchiarulli
f99b82bd6e you now need to activate your language 2021-06-28 01:06:37 -04:00
christianchiarulli
ccf7e85df9 config overhaul 2021-06-28 00:36:29 -04:00
christianchiarulli
e563306c63 more lazyload 2021-06-28 00:11:10 -04:00
christianchiarulli
89d3058ec8 updates 2021-06-28 00:04:29 -04:00
christianchiarulli
3009c6e5f6 use start now, for more speed 2021-06-27 22:11:33 -04:00
Chris
18e403646c update configuration 2021-06-27 02:37:38 -04:00
Chris
aa78accb6f removing plugins increasing speed by 100%, still needs more work 2021-06-27 01:31:33 -04:00
christianchiarulli
d7271ab4ef move whichkey config to whichkey config file 2021-06-26 14:34:59 -04:00
Ian S. Pringle
2cf8580eb7
Updated where leader key is set and made var in lv-settings (#474)
- 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 <chris.machine@pm.me>
2021-06-26 14:31:40 -04:00
Luc Sinet
15d194ce09
Add Vimtex for Latex support (#512)
* 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 <chris.machine@pm.me>
2021-06-26 14:18:14 -04:00
tafryn
5f4bb74b94
Cleanup duplicate lines and whitespace (#525) 2021-06-26 13:48:06 -04:00
Luc Sinet
918a26ebc0
Fix spectre (#520)
* 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 <chris.machine@pm.me>
2021-06-26 13:20:07 -04:00
Marek Filipowicz
a9e9047118
feat(java): Replace the current custom installation of java, with lspinstall (#517) 2021-06-26 13:15:02 -04:00
tafryn
19bd48ac80
Set vim-matchup options before plugin configuration (#506)
Several of the vim-matchup options don't take effect unless they are set
before the plugin is required.
2021-06-18 17:44:17 -04:00
wcsjdzz
b4446a1a21
LSP config of cmake (#455)
Co-authored-by: zhongzedu <duzhongze19s@ict.ac.cn>
2021-06-04 15:24:10 -04:00
dario
5dd17038c9
Add symbols outline plugin. (#451) 2021-06-02 21:22:49 -04:00
christianchiarulli
ab8d424c54 new plugin updates 2021-05-30 01:08:15 -04:00
christianchiarulli
66501fefe7 add some useful plugins to base config and a option to enable extras 2021-05-29 02:49:59 -04:00
Amandus Søve Thorsrud
74ffae99d4
Support different config paths (#426)
This makes the configuration files work if neovim's config path is different from `~/.config/nvim`.
2021-05-25 19:08:15 -04:00
Kyle Stubblefield
946dc0c1dd
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 (#396) 2021-05-18 11:36:33 -04:00
iToXiQ
969f0f0bb7
added support for elixir (#403) 2021-05-17 13:16:57 -04:00
rmagillxyz
e15522278a
Enable netrw (#394)
* 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-14 02:00:22 -04:00
Andrés Otárola
da0d2dbabe
Add Elm support (#386)
* Add Elm support

See: https://github.com/kabouzeid/nvim-lspinstall/pull/51

* remove comment
2021-05-11 15:34:36 -04:00
rebuilt
d01e6e819f
Fix: Nvimtree navigation re-enabled by requiring it before colorschemes (#368) 2021-05-06 02:17:49 -04:00
Junliang Yan
7c71f0f498
Improvements (#361)
* Swap setting and lv-setting order to allow customization to preserve

* Swap Left/Right to move naturally
2021-05-04 22:01:49 -04:00
Chris
2ca5944956 rollback breaking changes 2021-05-02 20:52:19 -04:00
Chris
86472017e5 Revert "Adds the ability to toggle on/off whichkey and dashboard (#337)"
This reverts commit f15428e655.
2021-05-02 20:48:07 -04:00
rebuilt
f15428e655
Adds the ability to toggle on/off whichkey and dashboard (#337) 2021-05-02 20:31:16 -04:00
ptethng
50701b2d8f
add angular lsp (#322)
Co-authored-by: ptethng <hugo.nogard@protonmail.com>
2021-04-29 18:52:13 -04:00
christianchiarulli
28b40b9334 remove old whichkey reference 2021-04-29 01:47:06 -04:00
christianchiarulli
4b548da246 lua based whichkey 2021-04-29 01:25:49 -04:00
rebuilt
ce3cc6cfa4
Vue (#310) 2021-04-28 01:54:58 -04:00
rebuilt
f4f7a96496
adds vue language server support (#303) 2021-04-27 01:00:21 -04:00
not
0eeaa72729
Remove duplicate barbar require (#260) 2021-04-17 18:43:56 -04:00
przbadu
7a29d5204a
Add lsp support for ruby (#258) 2021-04-16 13:12:08 -04:00
Marek Filipowicz
1afd5aa592
Add kotlin lsp support, and :LspInstall kotlin (#263) 2021-04-16 13:08:48 -04:00
christianchiarulli
7a20feb213 remove lspkind from init.lua 2021-04-15 12:31:10 -04:00
christianchiarulli
2cd8c6a21c LunarVim 2021-04-15 00:17:48 -04:00
christianchiarulli
e6e0558796 update 2021-04-08 11:55:44 -04:00
christianchiarulli
f6e7eb755c updates 2021-04-07 00:29:10 -04:00
heimer16
655fe84c49
load plugin configs via packer (#221) 2021-04-04 17:25:46 -04:00
Alan Jenkins
b584ee8ee3
Add the Terraform LSP config (#222) 2021-04-03 13:04:27 -04:00
Biser Stoilov
680b07b3f4
Mix improvements (#206) 2021-04-01 04:33:02 -04:00
Nawfal bin Mohmad Rouyan
c2a937b622
Add tailwindcss lsp support (#205) 2021-04-01 03:29:52 -04:00
chaeing
029c7e5219
Add svelte lsp config for LspInstall (#202) 2021-03-31 10:50:00 -04:00
Biser Stoilov
7fa7e3c275
Documentation generator (#200) 2021-03-31 10:45:46 -04:00
Biser Stoilov
3bc4bb6103
Database support (#197) 2021-03-30 15:15:38 -04:00
Biser Stoilov
5f22c1bace
Define shell + php lsp + dart lsp + flutter + relative number (#188) 2021-03-30 02:17:40 -04:00
Chris
99a41a7fb5 updates 2021-03-29 22:07:01 -04:00
Chris
74714ec15b update 2021-03-29 11:17:29 -04:00
Chris
7d74781ead back to autopairs 2021-03-29 10:54:03 -04:00
fanmih
fc5f8c89dc
[LSP] latex - Add support for latex via LspInstall (#183) 2021-03-29 01:16:56 -04:00
James Walmsley
225175c9e4
[LSP] rust - Add support for rust-analyzer via LspInstall. (#178) 2021-03-28 15:21:09 -04:00
James Walmsley
8ce7e8d800
[LSP] go - Support gopls through LspInstall. (#177) 2021-03-28 05:19:58 -04:00
Chris
edc640c50f new settings options for autoformat 2021-03-28 03:52:09 -04:00
Chris
42638f6061 nv-settings.lua 2021-03-27 04:13:07 -04:00
Chris
4450d30d3e update for config 2021-03-27 03:01:24 -04:00
Chris
127ff7231a rough user config, not finished 2021-03-27 01:59:28 -04:00
Chris
373ce12422 improvements 2021-03-27 01:03:58 -04:00
Chris
7d99055333 lotsa fixes 2021-03-26 20:28:08 -04:00
Chris
7a67d6245a add bookmark plugin since regular marks never delete for me 2021-03-26 17:02:27 -04:00
Chris
e9dc8603c8 fix snippet bug 2021-03-26 13:48:58 -04:00
James Walmsley
d7f7db5ad0
[LSP] clangd - Add support for C/C++ with clangd. (#169) 2021-03-26 13:11:13 -04:00
Chris
36e9fdf69e indentline 2021-03-25 02:36:57 -04:00
Chris
2a0c547fcc udpate 2021-03-24 17:58:17 -04:00
Chris
3a254a9807 back to startify while I figure out what's wrong with dashboard 2021-03-23 22:53:08 -04:00
Chris
0a26f3731e updates for lspinstall 2021-03-23 19:47:53 -04:00
Chris
7367ca68b7 easy install LSP 2021-03-23 18:55:12 -04:00
Chris
7c2e2f35ae remove illuminate 2021-03-22 22:09:34 -04:00
Chris
544b67d80a better vscode support 2021-03-22 22:09:11 -04:00
Chris
72b61da0ec remove old 2021-03-22 02:00:42 -04:00
Chris
744ed8bb1c updates 2021-03-21 22:53:12 -04:00
Chris
b67c80c70c replace startify with dashboard 2021-03-21 22:40:26 -04:00
Chris
9a4ecc2660 add dial can toggle true and false 2021-03-21 20:21:41 -04:00
Chris
d97766b0a7 snippet stream 2021-03-19 22:35:58 -04:00
Chris
29365a9641 peekup config 2021-03-19 16:06:25 -04:00
Chris
222425157e remove install script for now 2021-03-19 03:17:05 -04:00
Chris
3ebc2e10d7 udpate paths 2021-03-19 01:12:06 -04:00
Chris
7eea23bb6c prettier and eslint configured 2021-03-18 23:47:03 -04:00
Chris
b3f2348d97 fix virtual text binding 2021-03-18 15:14:54 -04:00
Chris
edabd42359 new galaxyline 2021-03-18 02:08:38 -04:00
Chris
6ed2437edb new language servers and smart document highlighting 2021-03-17 20:32:52 -04:00
Chris
b29ef8fa58 bug fix for matchup 2021-03-17 14:15:20 -04:00
Chris
37179bc46d add rich git support with hunks 2021-03-17 02:19:25 -04:00
Chris
4308a66977 wrap lsp functions in simple commands 2021-03-17 00:17:41 -04:00
Chris
7da8f32a95 updates 2021-03-16 23:44:09 -04:00
Chris
be6c6ca92f udpates 2021-03-16 22:06:38 -04:00
Chris
570d317285 trying to get react commenting to work 2021-03-16 21:03:48 -04:00
Chris
7316994fba update markdown server 2021-03-16 02:17:55 -04:00
Chris
e26b5c51ed update LSP get nvim-jdtls working with Java 2021-03-15 23:11:39 -04:00
Chris
c2eb12dc46 updates 2021-03-15 13:49:01 -04:00
Chris
c09032b8c0 changes 2021-03-15 13:46:13 -04:00
Chris
570e143562 support vscode 2021-03-15 12:58:57 -04:00
Chris
d9c899652b add git blame plugin 2021-03-15 12:34:37 -04:00
Chris
8f10e3cf3d auto close tags 2021-03-15 12:14:48 -04:00
Chris
dae005f87f updates 2021-03-15 11:54:53 -04:00