Commit graph

375 commits

Author SHA1 Message Date
christianchiarulli
3009c6e5f6 use start now, for more speed 2021-06-27 22:11:33 -04:00
christianchiarulli
1dbb05ed5d more lazy loading 2021-06-27 15:40:45 -04:00
christianchiarulli
c1c8cd600c more speed 2021-06-27 15:31:33 -04:00
christianchiarulli
5ff06a4b74 fix lsp not starting 2021-06-27 13:46:25 -04:00
Chris
18e403646c update configuration 2021-06-27 02:37:38 -04:00
Chris
ad24fd684c update settings 2021-06-27 01:32:29 -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
Marek Filipowicz
60175ee0d6
feat(kotlin): Replace current custom kotlin installation with LspInstall kotlin (#518) 2021-06-26 14:25:20 -04:00
Robin Kautz
80c1dfee6b
configured persistent undo (#529) 2021-06-26 14:21:49 -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
1c869402c1
Allow cursorline option to be configured by lv-settings (#526) 2021-06-26 14:08:40 -04:00
tafryn
081ad9d67c
Add which-key maps for hover_doc and help_tags search (#527) 2021-06-26 13:49:10 -04:00
tafryn
5f4bb74b94
Cleanup duplicate lines and whitespace (#525) 2021-06-26 13:48:06 -04:00
tafryn
536d206a88
Consolidate compe keymaps in one place (#524) 2021-06-26 13:47:20 -04:00
christianchiarulli
62d913ac3e fix multiline comment 2021-06-26 13:42:58 -04:00
kylo252
dc6196ee29
Fix barbar integration with nvim-tree (#523)
- 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 <chris.machine@pm.me>
2021-06-26 13:37:24 -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
OliverNChalk
257b6051e7
WhichKey: Make <leader>n clear search instead of toggling highlight (#519) 2021-06-26 13:15:27 -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
christianchiarulli
19003f7577 sorting out filepicker issues 2021-06-25 20:00:32 -04:00
Nawfal bin Mohmad Rouyan
c51ffdd8ac
Simplify tailwindcss-ls config (#502)
latest nvim-lspconfig has all the necessary config for tailwindcss included.
2021-06-18 17:43:58 -04:00
OliverNChalk
23cfaa7328
Fix: Correctly require FTerm in plugins.lua (#485) 2021-06-18 17:42:37 -04:00
PBird
214b9a4147
nvim-compe key map added (#484) 2021-06-18 17:42:08 -04:00
rmagillxyz
6211202ce6
vim-sanegx: tiny plugin which deals with more use cases to the netrw_gx bug (#479) 2021-06-18 16:54:32 -04:00
Fabrizio Sestito
3d95cca625
Remove "." directory in root pattern (#471) 2021-06-18 16:19:49 -04:00
Fabrizio Sestito
bbe0f78c28
Add file types to terraform language server config (#467) 2021-06-18 16:19:19 -04:00
Fabrizio Sestito
3eee6dc3fd
Change Workspace Symbol binding to Telescope DynamicFinder (#462) 2021-06-18 16:11:30 -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
christianchiarulli
ad26d797cc update plugins 2021-06-02 21:26:29 -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
maxime50
04c21be64b
tailwindcss LSP fix (#442) 2021-05-30 01:06:45 -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
christianchiarulli
4ddcaf55a9 no idea why, but this causes and error in _meta.lua:21 2021-05-28 22:58:21 -04:00
christianchiarulli
fa42656c7e bugfixes 2021-05-27 00:09:35 -04:00
tafryn
d0f87322f9
QuickFix quality of life (#435)
* Exclude the quickfix buffer from the barbar buffer list

* Add mapping and function to toggle the quickfix window
2021-05-27 00:06:06 -04:00
gukz
12b5dc796f
Make galaxline component index dynamic (#434) 2021-05-27 00:05:23 -04:00
rmagillxyz
31fcd6c1df
bug fix for netrw's gx command (#431)
* open remote link in browser correctly with gx, not in a tmp file
2021-05-27 00:04:15 -04:00
tafryn
69c13aaae4
Enable the fzy file sorter for telescope (#430) 2021-05-27 00:03:30 -04:00
tafryn
3bdba45cc2
Add treesitter indicator to status line (#429) 2021-05-25 19:09:32 -04:00
tafryn
6f8f265e86
Add setting to enable/disable document highlighting (#428) 2021-05-25 19:08:37 -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
046d3e79a9
Corrected references to nv_utils, replaced with lv_utils (#422)
* 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-25 19:06:54 -04:00
David Hollinger III
7f8911d872
Add Go auto commands (#424) 2021-05-24 18:01:24 -04:00
Omar Bassam
08dcd44c5c
Changed Window resizing to lua (#410) 2021-05-19 18:27:04 -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
Brymer Meneses
4de1cb5a57
Fix Vue LSP (#378) 2021-05-07 17:23:35 -04:00
dklymenk
40ba88dda2
fix expandtab (#373)
* fix expandtab

* fix expandtab
2021-05-06 22:52:50 -04:00
Chris
e93dbcf7ae make timeoutlen configurable 2021-05-06 02:23:33 -04:00
Chris
c486fd1175 remove old emmet 2021-05-06 02:23:20 -04:00
Andrew Fridley
5660dfe4ea
Add default lsp settings (#364)
- for virtual text prefix and spacing
- for signs
- for underline
2021-05-05 00:40:09 -04:00
Francisco Suárez
db2b17be72
Change dashboard header and footer by user (#363)
*  ability to change dashboard header and footer.

*  lv-settings adapted.

* comment to keep original one by default.
2021-05-04 22:02:55 -04:00
Francisco Suárez
d4a3e948a0
adding a missing space on icon. (#362) 2021-05-04 22:02:10 -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
rebuilt
b4f457301b
Fix: makes autopairs filetype specific rules work (#357) 2021-05-04 18:01:21 -04:00
rebuilt
ff7137c782
feature: adds git keymappings built in to Telescope: git_status, git_branches, git_commits, git_bcommits (#350) 2021-05-03 16:40:59 -04:00
Andrew Fridley
76e1912b99
Implement fzy native to speed up telescope (#330)
* impliment fzy-native

* match pattern
2021-05-03 16:39:58 -04:00
Andrew Fridley
a69bf73fd2
Improve LSP Icons (#331) 2021-05-03 16:39:03 -04:00
Francisco Suárez
3adcfdc034
Python analysis options (pyright) (#352) 2021-05-03 16:37:12 -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
rebuilt
99364ef2b7
corrected label for whichkey action. Changed 'file' to 'Change branch' (#334) 2021-05-02 20:17:18 -04:00
Ferran Sulaiman
b7b2d0be2d
Readd Keybinding to go to normal mode. (#345)
* Fix Autopairs Not working issue using Treesitter

* Readd keybindings to go to normal mode from insert mode
2021-05-02 20:14:07 -04:00
ptethng
50701b2d8f
add angular lsp (#322)
Co-authored-by: ptethng <hugo.nogard@protonmail.com>
2021-04-29 18:52:13 -04:00
rebuilt
a5a706a3cc
Typescript (#311)
* Add typescript formatting support

* make sure vue is in the list of filetypes

* Add typescriptreact formatting
2021-04-29 02:01:37 -04:00
christianchiarulli
66e907d43f update no highlight description 2021-04-29 01:55:31 -04:00
christianchiarulli
1a65e468f3 formatting 2021-04-29 01:44:16 -04:00
Ferran Sulaiman
2db9f1c56a
Fix Autopairs Not working issue using Treesitter (#315) 2021-04-29 01:35:17 -04:00
christianchiarulli
4b548da246 lua based whichkey 2021-04-29 01:25:49 -04:00
christianchiarulli
47d821533b update snippet symbol 2021-04-27 01:18:05 -04:00
christianchiarulli
102b46ca4a improve completion 2021-04-27 01:17:29 -04:00
rebuilt
f4f7a96496
adds vue language server support (#303) 2021-04-27 01:00:21 -04:00
rebuilt
1eb8339a47
Add autoformatting for ruby (#305) 2021-04-27 00:59:23 -04:00
Shubham Pawar
eb12e64058
Gopls fixed. Root dir was causing problem (#289) 2021-04-26 00:00:53 -04:00
shinu_donney
8d34992077
Minor fixes (#287)
* Fix a typo

* Update a faulty comment
2021-04-21 22:00:35 -04:00
christianchiarulli
e94d9e18c5 update telescope prompt 2021-04-19 01:35:50 -04:00
Daniel Power
776f10e04a
Fix some typos (#262) 2021-04-17 18:43:11 -04:00
Tim Bedard
82aeecdb10
fix(emf-general-ls): fix black, add lua-fmt (#264) 2021-04-17 18:42:51 -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
Christian Chiarulli
3677277a09
Update init.lua 2021-04-15 12:49:48 -04:00
christianchiarulli
954dc8cda1 add h to close node 2021-04-15 12:34:35 -04:00
Rafael
886b3bde75
replace lsp-kind for vim.lsp.protocol.CompletionItemKind native option (#257) 2021-04-15 12:30:25 -04:00
christianchiarulli
2cd8c6a21c LunarVim 2021-04-15 00:17:48 -04:00
christianchiarulli
1853b4f2aa update 2021-04-12 23:36:46 -04:00
christianchiarulli
f6ddae028e update 2021-04-12 19:50:04 -04:00
christianchiarulli
f13f15a3b3 update galaxyline issue 2021-04-12 17:04:34 -04:00
christianchiarulli
5a319ab1be rollback for now 2021-04-10 03:23:16 -04:00
christianchiarulli
4e52af1a37 update nvimtree 2021-04-09 12:32:19 -04:00
christianchiarulli
e6e0558796 update 2021-04-08 11:55:44 -04:00
christianchiarulli
c916d22e60 add back numb 2021-04-07 15:23:26 -04:00
christianchiarulli
f6e7eb755c updates 2021-04-07 00:29:10 -04:00
Alan Jenkins
246867804e
Add vim-vinegar style mapping for Ranger (#223)
Adds a vim-vinegar style mapping ('-' in normal mode) for accessing ranger.
2021-04-06 21:50:51 -04:00
Jordi Santamaria Portoles
a78b8510b4
Fix tslint is not using tsconfig.json (#233) 2021-04-05 12:36:05 -04:00
Dylan Barker
17c339c047
Change vimgrep_arguments to find_command (#238)
This option was marked as TODO in the telescope-nvim readme. This may be a suitable replacement in the meantime.
2021-04-05 12:35:43 -04:00
heimer16
655fe84c49
load plugin configs via packer (#221) 2021-04-04 17:25:46 -04:00