-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Cedric Halbronn
committed
May 20, 2024
1 parent
814b5e5
commit 782ac83
Showing
3 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
" https://vi.stackexchange.com/questions/42366/if-i-set-cmdheight-0-i-get-the-press-enter-or-type-command-to-continue-message | ||
set shortmess=csCFSW | ||
echo "CED: loading init.lua" | ||
" set shortmess=csCFSW | ||
" echo "CED: loading init.lua" | ||
lua require("init") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
print('CED: loading BufOnly.vim') | ||
-- print('CED: loading BufOnly.vim') | ||
vim.cmd('source C:\\Users\\Cedric\\Desktop\\test\\BufOnly.vim\\plugin\\BufOnly.vim') | ||
|
||
print('CED: modifying runtimepath') | ||
-- print('CED: modifying runtimepath') | ||
vim.o.runtimepath = vim.o.runtimepath .. ',' .. 'C:\\Users\\Cedric\\Desktop\\test\\talon.nvim' | ||
vim.o.runtimepath = vim.o.runtimepath | ||
.. ',' | ||
.. 'C:\\work\\tools\\voicecoding\\cursorless_fork\\dist\\cursorless.nvim' | ||
|
||
print('CED: loading talon.vim') | ||
-- print('CED: loading talon.vim') | ||
require('talon').setup() | ||
|
||
print('CED: loading cursorless.vim') | ||
-- print('CED: loading cursorless.vim') | ||
require('cursorless').setup() |