std works for now #18

Merged
pegasust merged 65 commits from std into master 2023-06-18 09:17:44 +00:00
Showing only changes of commit d5d4415d5c - Show all commits

View File

@ -118,7 +118,6 @@ WPlug('folke/neodev.nvim') -- Neovim + lua development set
-- `gsu` -> UPPER_CASE (CONSTs), `gsk` -> kebab-case (Clojure), `gsK` -> Title-Kebab-Case -- `gsu` -> UPPER_CASE (CONSTs), `gsk` -> kebab-case (Clojure), `gsK` -> Title-Kebab-Case
-- `gs.` -> dot.case (R) -- `gs.` -> dot.case (R)
WPlug('arthurxavierx/vim-caser') -- switch cases WPlug('arthurxavierx/vim-caser') -- switch cases
WPlug('~/local_repos/ts-ql') -- workspace code intelligence
--------- ---------
vim.call('plug#end') vim.call('plug#end')