Commit graph

961 commits

Author SHA1 Message Date
christianchiarulli
fdac614a3b much more handsome bufferline 2021-07-04 13:30:32 -04:00
christianchiarulli
49c93a6229 load keymaps before config 2021-07-04 12:58:24 -04:00
PZ31k0nauT
7cd58b1228
Basics for php lsp (#664)
* Update php.lua

* Update default-config.lua

* Update lv-config.example.lua
2021-07-04 12:50:38 -04:00
christianchiarulli
927d5b165e remove whitespace 2021-07-04 12:44:38 -04:00
christianchiarulli
ec814f60c5 move colorscheme setting to settings 2021-07-04 12:43:54 -04:00
christianchiarulli
79fa16ff06 remove package loaded for now 2021-07-04 12:40:40 -04:00
christianchiarulli
be87f71c20 more lazyload 2021-07-04 12:32:11 -04:00
christianchiarulli
c0a48c186b update docs 2021-07-04 12:19:29 -04:00
Chris
a8b4a96ddd more lazyload 2021-07-04 12:17:45 -04:00
PZ31k0nauT
6a09208590
Snippets in config dir (#661)
* Update init.lua

* Update init.lua

* Update init.lua

* Update default-config.lua
2021-07-04 11:42:42 -04:00
Luc Sinet
8d2ef2dfbb
Define a form for LSP issues (#626)
* Define a form for LSP issues

* Add reference to ftplugin/ for LSP issues
2021-07-04 10:49:35 -04:00
Abouzar Parvan
816c6cfa7d
Adding tabnine for compe (#640) 2021-07-04 10:45:38 -04:00
Luc Sinet
881d57c6ed
Configure the template chooser to include community links. (#644) 2021-07-04 10:43:45 -04:00
James Walmsley
1988b96afc
[KEYBINDINGS] Add Alt-jk etc for move line up/down. (#659) 2021-07-04 10:41:57 -04:00
Brandon Conway
a291b0597a
Solargraph uses stdio instead of --stdio (#642)
You can see this in the [default config](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/solargraph.lua).
2021-07-04 10:34:53 -04:00
rebuilt
c8c29aa03c
lazy load lspinstall (#654) 2021-07-04 10:27:25 -04:00
maxxnino
bf41c5630a
Fix close buffer command according to new bufferline plugin (#650)
* auto detect file for zig, and language server for zig

* fix close buffer command according to new bufferline plugin

Co-authored-by: maxxnino <idonthaveemail@dontknow.com>
2021-07-04 10:26:52 -04:00
Chris
0d14b91e1e seems to disable everything we may have to use a more complicated method 2021-07-04 10:22:16 -04:00
rob
1ed7392534
Prevent startup errors on first run (#645) 2021-07-04 10:07:11 -04:00
Chris
53d1e8b901 no more ft for rust tools for now 2021-07-04 03:06:56 -04:00
Chris
eac9fbb723 support ruby files 2021-07-04 02:04:22 -04:00
christianchiarulli
e4da06abb0 disable rust for now 2021-07-04 01:44:55 -04:00
christianchiarulli
ca0fa9cbb2 Merge branch 'master' of github.com:ChristianChiarulli/LunarVim 2021-07-04 01:31:15 -04:00
christianchiarulli
c899acb744 using bufferline, barbar had too many conflicts unfortunately 2021-07-04 01:31:08 -04:00
Brandon Conway
f4836eede8
Fix typo (#636) 2021-07-04 01:28:33 -04:00
PZ31k0nauT
632e7bf194
Rename latex.lua to tex.lua (#633) 2021-07-03 21:18:22 -04:00
James Walmsley
a82a66565e
[DASHBOARD] Fix Telescope config files lazy-load issue. (#632) 2021-07-03 21:17:08 -04:00
James Walmsley
af3e51eec8
[LSP] clang - Support autoformat for all file-types. (#634) 2021-07-03 21:16:24 -04:00
christianchiarulli
a8ccb55260 eslint working (fixes) prettier working (with node modules) 2021-07-03 18:50:21 -04:00
Mayank Dutta
7dc564c427
added Clangd format_on_save (#621)
* clang autoformat do save lot of trouble

* clang autoformat do save lot of trouble

* clang indentation done, comments updated

* clang indentation done, comments updated

Co-authored-by: Mayank Sharma <info@Mayanks-MacBook-Air.local>
2021-07-03 17:13:57 -04:00
J.B.C
049fd808d9
fix(typo): nvcode -> LunarVim (#629) 2021-07-03 17:13:35 -04:00
James Walmsley
61fb01ec8e
[WHICH-KEY] Add SymbolsOutline mapping. (#599) 2021-07-03 16:41:26 -04:00
Henry Palacios
8e1ae72fa7
Update nv script folder (#625)
The path used by default in install.sh is ~/.config/nvim
2021-07-03 16:40:29 -04:00
christianchiarulli
80bda19323 hope config default setup 2021-07-03 16:20:03 -04:00
William Goulois
0096e0baa9
feat(615): transparent background option (#617) 2021-07-03 13:52:07 -04:00
Luc Sinet
7e78b14009
Define a form for general issues (#618) 2021-07-03 13:51:12 -04:00
James Walmsley
c05eaf4537
[LSP] key-bind - ca is the nvim default for "change around". (#602) 2021-07-03 11:36:36 -04:00
Zahin Muhaimeen
1137ef1a4a
faster settings.lua; added globals to default conf (#609) 2021-07-03 11:33:54 -04:00
Chris
98c4324084 elixir updates 2021-07-03 11:32:28 -04:00
Chris
dcdf5fd4ee cleaning up galaxyline 2021-07-03 11:31:55 -04:00
Rohit Patil
f7132edd54
Show all LSP Clients attached to the Buffer in GalaxyLine Bar (#611)
* [UPDATE] change efm filetypes to only python

* [UPDATE] shows all LSP Clients in galaxyline
2021-07-03 11:27:00 -04:00
James Walmsley
ca057a2823
[LSP] c/cpp - Fix to clang default config. (#612) 2021-07-03 11:25:35 -04:00
Abouzar Parvan
a38e8e7fe9
indent-blankline.nvim lua branch has been merged into master (#607) 2021-07-03 03:07:18 -04:00
maxxnino
b6942d5025
auto detect file for zig, and language server for zig (#604)
Co-authored-by: maxxnino <idonthaveemail@dontknow.com>
2021-07-03 01:41:32 -04:00
Chris
27f662efa7 remove emmet 2021-07-02 21:04:10 -04:00
Chris
32d8a38df6 update and simplify readme 2021-07-02 21:01:48 -04:00
James Walmsley
af207091bc
[LSP] clang - Better defaults for clangd. (#601) 2021-07-02 19:44:18 -04:00
James Walmsley
c384c1b1a2
[CONFIG] No default for leader_key. (#600) 2021-07-02 19:43:01 -04:00
Chris
cc3c342246 Merge branch 'master' of github.com:ChristianChiarulli/LunarVim 2021-07-02 18:01:34 -04:00
Chris
d3f7bec7fb add number of plugins as footer 2021-07-02 18:01:27 -04:00