Commit graph

423 commits

Author SHA1 Message Date
jc
e57cbfcc1e
add kitty shortcuts for mac
new terminal tab shortcuts
2024-05-22 10:37:21 -04:00
jc
d4dbad983c
remove branch from prompt (zshrc) 2024-03-05 14:31:08 -05:00
jc
46729abddf
add .zshrc git checkout methods 2024-03-05 14:30:50 -05:00
jc
fbf521944f
add kitty theme config 2024-02-24 13:11:03 -05:00
jc
f3b46e2e76
add kitty config 2024-02-24 13:07:53 -05:00
jc
235d3908a7
add obsidian nvim plugin
currently disabled cuz it sucks
2024-02-22 18:30:29 -05:00
jc
237f863adc
add go formatter to lsp config 2024-02-13 18:16:25 -05:00
Jc
fbff47ef67
Merge pull request #15 from juancwu/nvim-v2
nvim setup v2 beta
2023-12-28 14:12:45 -05:00
jc
512ab888d1
add commands to enable/disable format on save 2023-12-28 14:11:44 -05:00
jc
7325c06a75
change format keymap to use conform to format 2023-12-19 15:41:08 -05:00
jc
8cfd9c319d
add js/ts to ft to format 2023-12-19 15:35:20 -05:00
jc
4b24a13263
add conform for formatting 2023-12-19 15:33:19 -05:00
jc
2b88ac6e5d
move lsp config into a folder 2023-12-19 00:09:46 -05:00
jc
d15112bc7d
make metatable in config init.lua 2023-12-19 00:05:33 -05:00
jc
5610e9a725
use tokyonight colorscheme 2023-12-18 23:27:36 -05:00
jc
93d64d99af
add more colorschemes 2023-12-18 23:27:22 -05:00
jc
d32fe6dd61
remove bloated default configs 2023-12-18 22:50:34 -05:00
jc
acf50a8ec6
add menu as completionopts 2023-12-18 22:47:42 -05:00
jc
d8e94c9dd1
tidy up options 2023-12-18 22:47:18 -05:00
jc
5942823ba5
tidy up keymaps 2023-12-18 22:46:40 -05:00
jc
ad15e29c52
set solarized-osaka bg transparent to false 2023-12-18 22:46:23 -05:00
jc
fc8f483fa7
refactor neovim config 2023-12-18 22:36:28 -05:00
jc
df34683aea
relocate config files 2023-12-18 20:43:50 -05:00
jc
5e530b9dbc
update lazy-lock.json 2023-12-18 20:23:18 -05:00
jc
35dfa23b52
update nvim lazy plugin configs 2023-12-08 12:00:47 -05:00
jc
b317cbe0e0
update git checkout remote shortcut function 2023-12-08 12:00:18 -05:00
jc
42ebd7a7c0
simplify clone function name 2023-11-17 13:12:48 -05:00
jc
359b31dbc3
rename git checkout function 2023-11-17 13:11:57 -05:00
jc
06c53f054c
rename git clone function 2023-11-17 13:11:48 -05:00
jc
f9707b4be1
Merge branch 'main' of github.com:juancwu/dotfiles 2023-11-17 13:10:40 -05:00
jc
bbb3231d78
add functions to quickly find and switch branches 2023-11-17 13:10:33 -05:00
jc
c5dcd5beb8
update lazy-lock 2023-10-30 19:23:37 -04:00
jc
665fd3e2db
configure autotags for html 2023-10-26 12:44:32 -04:00
jc
ed29f5529f
add go lsp 2023-10-18 19:14:11 -04:00
jc
81b6f8c693
add gomod and gosum to ensured installed list & code formatting 2023-10-18 19:13:57 -04:00
jc
3fbefe870b
update markdow preview plugin 2023-10-11 15:39:18 -04:00
jc
655a9ffc59
update plugins 2023-10-08 15:58:52 -04:00
jc
61840b7fb8
add paste from clipboard in visual mode 2023-10-08 15:37:28 -04:00
jc
76c49fe115
fix type in prettier config 2023-10-07 15:13:10 -04:00
jc
965d1bb983
add lsp config for rust analyzer 2023-10-07 15:13:01 -04:00
Jc
26c86c4329
Merge pull request #14 from juancwu/check-rust
add check for rust installation
2023-10-02 10:08:35 -04:00
jc
dfc7bff00d
add check for rust installation 2023-10-02 10:06:37 -04:00
jc
db75c23027
Merge branch 'main' of github.com:juancwu/dotfiles 2023-10-01 20:19:00 -04:00
jc
998b8bcb3b
add check for lazygit and set alias if exists 2023-10-01 20:17:59 -04:00
jc
65728b2680
fix typo in command 2023-10-01 20:17:47 -04:00
juancwu
cf4b8eea14
move functions and aliases to one file (zsh) 2023-10-01 20:16:03 -04:00
juancwu
df2b76db5b
update lazy-lock.json 2023-10-01 19:27:41 -04:00
jc
ad672effd4
add visual mode keymaps to yank/put into register 'a'
allow storing text into a named register so that it won't be lost when replacing selected text
2023-10-01 19:20:04 -04:00
jc
a78b92ace5
do not yank selected text when pressing d 2023-10-01 19:18:14 -04:00
jc
335cdccab1
do not replace clipboard with selected text 2023-10-01 17:09:27 -04:00