Commit graph

14 commits

Author SHA1 Message Date
kylo252
e5bcf01c75
refactor: more deliberate reload (#3133) 2022-10-04 13:23:52 -04:00
Hashem A. Damrah
3008c75298
feat: now, when you're hovering over a require('a.b.c'), you can type gf, and go to the 'c.lua' file (#3122) 2022-10-03 00:56:37 +00:00
kylo252
d01ba08eae
refactor: auto-generate language configuration (#1584)
Refactor the monolithic `lvim.lang` design into a more modular approach.

IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files.
2021-10-03 16:13:46 +02:00
Christian Chiarulli
98f8a77819
New contract (#1080)
Changes to the global config object

O is now lvim
user_plugins is now plugins
user_autocommands is now autocommands
No more lang specific plugins

Null-ls has replaced both formatter.nvim and nvim-lint
2021-07-24 21:17:11 -04:00
christianchiarulli
2a7b3d4892 reformat most langs 2021-07-14 18:50:07 -04:00
christianchiarulli
73cf3258d7 remove this 2021-07-13 20:31:41 -04:00
Abouzar Parvan
de7ec62f5f
Added default formatters (#908)
* added default formatters for a couple of langs

* fix: sugesstions from tastyep

* allow users to change default formatters

* suggestion: mellow pointed out the telescope issue

* we don't need to use formatter.setup
2021-07-13 19:49:36 -04:00
christianchiarulli
eceb656b4b poc with local prettier working 2021-07-13 00:48:37 -04:00
hui.liu
53fed9d655
Check lsp client is active for all language files (#790) 2021-07-08 12:35:41 -04:00
christianchiarulli
52b4476509 fix indents with lua 2021-07-06 22:23:19 -04:00
Rafael
71c5cb4f0b
(feat) use neoformat as the defalt format option (#715) 2021-07-05 16:01:19 -04:00
Rafael
9f511bcb59
start formatting rules 2021-07-04 22:14:01 -03:00
christianchiarulli
c899acb744 using bufferline, barbar had too many conflicts unfortunately 2021-07-04 01:31:08 -04:00
christianchiarulli
20ed47e21e lsp in ftplugin austonautomoy 2021-07-01 23:42:26 -04:00
Renamed from lua/lsp/lua-ls.lua (Browse further)