Add kpcli & fix template rust-monorepo bootstrap: corelib instead of core #3

Merged
pegasust merged 18 commits from top-level-wip into master 2022-12-31 10:23:16 +00:00
Showing only changes of commit 563c7e8da5 - Show all commits

View File

@ -94,12 +94,6 @@ if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
endif
]])
-- Starts the basic terminals
-- TODO: Use a different harpooon for terminals
vim.cmd([[
autocmd VimEnter * :exe ":term" | :exe ":file term:ctl"
]])
vim.cmd([[
set ignorecase
set smartcase