Commit graph

1645 commits

Author SHA1 Message Date
Christian Chiarulli
1ac46d79b9 fix: spacegray -> onedarker 2021-08-30 01:00:58 -04:00
Christian Chiarulli
0f458a0468 onedarker colorscheme 2021-08-30 00:59:23 -04:00
christianchiarulli
5ede0c906a feat: darker doc highlights 2021-08-29 14:25:27 -04:00
christianchiarulli
c7a5122fe2 fix: Cursorhold Event not firing after entering lunarvim from dashboard->telescope closes #1413 2021-08-29 14:11:04 -04:00
Christian Chiarulli
8bd731a8f7 netrw ftplugin 2021-08-28 10:26:15 -04:00
Christian Chiarulli
17e65a99fe use netrw when opening directory 2021-08-28 09:45:42 -04:00
Lee Marlow
21d04257a8
[Feature] Fetch from git before update in install script (#1409) 2021-08-28 00:16:11 +04:30
kylo252
23952f1443 Fix missing "HOME" variable errors (#1415)
Co-authored-by: MarcSchaetz <marc@schaetz.info>
2021-08-27 21:06:50 +02:00
Christian Chiarulli
df7c3cb8f0 q to quit quickfix when focused 2021-08-27 21:06:50 +02:00
Christian Chiarulli
33af0668ba format 2021-08-27 21:06:50 +02:00
Chae SM
d0083e488d Remap 'Goto implementation' binding from gi to gI 2021-08-26 21:06:12 -07:00
Christian Chiarulli
a0fd11ea08 use styles.lua rather instead of editing options directly 2021-08-26 22:54:15 -04:00
Christian Chiarulli
7aa079d74a disable nvimtree and outline for lualine 2021-08-26 22:40:24 -04:00
kylo252
27679f988f
[Refactor]: only allow a single logger (#1405) 2021-08-26 23:02:16 +04:30
Chris Deligeorgis
14f129cf26
[Refactor]: use "python3 -m pip" in the install script (#1398) 2021-08-26 12:53:29 +02:00
kylo252
5b94e3cee2
fix logging when plenary is not available (#1390) 2021-08-26 12:49:29 +02:00
Chris Deligeorgis
cfefddde9e
Add a fallback for "ensurepip" on Debian based distros (#1396) 2021-08-26 12:08:48 +02:00
chaeing
291c8bb5bd
[Refactor] Lualine component conditions (#1394) 2021-08-26 11:50:04 +04:30
chaeing
a83fffdc80
[Bugfix] Load user's autocmd custom_groups (#1393)
* Require core.autocmds before sourcing user config

* Define augroups after sourcing user config
2021-08-26 08:40:25 +02:00
Luc Sinet
00b895d9e9
[Feature] Encapsulate config logic (#1338)
* Define core/builtins, streamline status_color interface

* Encapsulate configuration in its own module

* Add fallback to lv-config.lua

* Rectify settings loading order to allow overriding vim options

* Move default-config into config/ module

* replace uv.fs_stat with utils.is_file
2021-08-25 07:47:48 +02:00
kylo252
f6c706ac0c fix unrecognized rsync flag on osx 2021-08-24 09:13:07 +02:00
chaeing
378c1c3eb5
[Feature] enhance lualine config (#1372) 2021-08-24 11:19:18 +04:30
kylo252
101c683433
[Refactor] Installer v2 with support for backup (#1052) 2021-08-23 17:18:42 +02:00
Jan Vlčinský
cc166d0503
fix telescope.project call in sample config (without ts) (#1380) 2021-08-23 14:06:12 +04:30
Abouzar Parvan
10091859a2
Update config.example.lua 2021-08-23 08:21:17 +04:30
Abouzar Parvan
86796a0a97
Update README.md 2021-08-23 08:20:36 +04:30
devtoi
d85584d09f
[Refactor/Bugfix] move on_config_done callbacks to relevant setup() (#1175)
* Make autopairs config consistent with others

* Fix two typos for autopairs

* Remove extranous autopairs code. Return on setup

* Remove extranous else for autopairs completion confirmation

* Move on_config_done callbacks to setup functions.

* Add on_config_done completion for builtins lacking a config function

* enables galaxyline callbacks to work properly

* Add modules for more builtins

* Finish streamline of config function in plugin setup

* Fix double use of which_key/wk

* Fix erroneous remove of functionality in autopairs completion

* consistency fixes

* Work around telescope not found at config time

* Match plugin definition of project and lualine with others

* fix: restore config callback syntax

Co-authored-by: Johan Melin <johan.melin@paradoxinteractive.com>
Co-authored-by: rebuilt <memoryman51@hotmail.com>
Co-authored-by: Luc Sinet <luc.sinet@gmail.com>
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-08-22 20:03:19 +02:00
kylo252
c5c9ae0fb6
[fix]: don't overwrite user's dashboard config (#1366) 2021-08-22 08:35:50 +02:00
kylo252
33640834e4
fix: set runtime directories correctly (#1354)
* fix: set runtime directories correctly

This also simplifies the way to invoke LunarVim to just be:
`nvim -u "$LUNARVIM_RUNTIME_DIR/lvim/init.lua"`

Fixes #1352

* use libuv to get homedir path
2021-08-20 22:59:40 +02:00
Ahmed Khalf
7845b671ec
Add show_hidden option to project module (#1359) 2021-08-20 21:22:35 +02:00
Abouzar Parvan
2bcbed1499
[feature] Move common parts of language server setup to lsp/init (#1355)
* moving common parts of language server setup to lsp/init

* fix formatting
2021-08-20 14:04:02 +02:00
chaeing
85fe093efb
[Feature] switch galaxyline to lualine (#1329) 2021-08-20 13:46:29 +04:30
Ahmed Khalf
5959872307
[Refactor]: consistent update of bufferline offset with nvim-tree (#1351)
* Refactor nvim-tree

* Fix stylua comments

* Delete useless functions

* Remove autocmd and fix tasty's bug

* Fix luacheck

* Fix icon issue

* Fix formatting

* Fix formatting again

* Resolve Tasty's request

* Replace double dashes with blank line
2021-08-20 09:31:18 +02:00
Abouzar Parvan
1f45d1531d
[Bugfix] fix formatter/linter nil issue (#1353)
* fix formatter/linter issue for undefined lang/filetypes

* revrese the order
2021-08-19 16:00:44 +02:00
Binx
0bf6fd68c6
rename settings to configuration in dashboard (#1350) 2021-08-19 13:44:21 +02:00
Abouzar Parvan
a4073e9992
support nix language (#1347) 2021-08-19 13:14:55 +04:30
Phúc Lê Khắc
a190306e47
[Feature]: LSP Fortran (#1342)
* null-ls needs to be pinned as well

* unpin null-ls

* lsp: fortran

Co-authored-by: Abouzar Parvan <abzcoding@users.noreply.github.com>
Co-authored-by: christianchiarulli <chrisatmachine@gmail.com>
2021-08-18 16:44:10 +02:00
Ahmed Khalf
b9b9c69615
[Refactor]: Remove vim-rooter and smart-cwd; then use project.nvim (#1315)
* Replace vim-rooter with project.nvim

* Implement stylua format

* Remove smart_cwd

* Implicitly update nvim-tree dir when project active

* Link datapath to cache

* Fix stylua

* Fix lint

* Fix telescope bug

* Fix telescope dependency

* Fix telescope once and for all

* Fix telescope once again
2021-08-18 01:34:26 -04:00
kylo252
21b621c95a
fix: remove wrongful log entry from null-ls setup (#1341) 2021-08-17 23:38:19 +04:30
kylo252
08c0dca307
[Refactor]: Remove vim-rooter dependency (#1319) 2021-08-17 19:56:59 +04:30
kylo252
335e707b2a
[Feature] Make the rest of the builtins configurable (#1318) 2021-08-17 19:50:18 +04:30
Abouzar Parvan
1cc2452eb7
[Bugfix] ignore jdtls to fix CI (#1339) 2021-08-17 07:37:11 +00:00
christianchiarulli
c76cc0ea8a fix java again, this file cannot be formatted, don't ask me why, because I have no idea 2021-08-16 20:10:53 -04:00
rebuilt
8becb83eeb
Check if emmet is active. Enable emmet completion if emmet language server is active (#1335)
* Check if emmet is active.  Enable emmet completion if it is active

* move emmet check after the check for a space character

* Check if emmet is active for the current buffer only
2021-08-16 19:46:36 +03:00
dklymenk
ae1dea8b64
[Feature] Expose null ls setup to user config (#1323)
* expose null_ls setup to user config

* add new config to example configs

* fix tabs with stylua

* change else statement in the example
2021-08-16 15:31:03 +02:00
Luc Sinet
9b36872d88
[Feature] Encapsulate interface logic (#1320)
* Provide a utility function for aligning text

* Replace lvim banner with one using only ASCII chars

* Use strings.format instead of .. operator

* Center text in the popup based on its dimentions

* Minor improvements

* Provide a popup factory function

* Add function documentation

* Improve text alignment

* Print marker only if provider list is not empty

* Format client capabilities as list

* Pretty format lsp client capabilities

* Add a metatable to popup.lua

* Improve rendering when no lsp is available

* Take cmdheight into acount when computing popup size and pos

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-08-16 16:07:46 +03:00
Abouzar Parvan
944dd48935
fix clojure language server not starting up (#1330) 2021-08-16 11:22:40 +04:30
kylo252
1fbc34cf1d
Fix slow CI by installing a neovim binary directly (#1059) 2021-08-15 20:31:37 +04:30
kylo252
6eb75c5678
[Refactor] Clean-up redundant module-load checks (#1011) 2021-08-15 20:08:47 +04:30
Abouzar Parvan
f36fd1907f
support for puppet using lspinstall (#1322) 2021-08-15 03:08:42 +04:30