Commit Graph

74 Commits (lazyvim)

Author SHA1 Message Date
Andy Teijelo cec748bfda oops, the lock file 2023-06-12 09:18:48 -04:00
Andy Teijelo a52eda2915 Add bbye 2023-06-12 09:18:29 -04:00
Andy Teijelo b883b4be2c Add vim-visual-multi 2023-06-09 20:13:07 -04:00
Andy Teijelo 1800e5d2e1 Fix indent, remove yaml key order warning 2023-06-09 11:20:30 -04:00
Andy Teijelo b286bcaa74 search visual selection 2023-06-09 08:10:32 -04:00
Andy Teijelo 6e103f4bff More updates 2023-06-08 16:38:02 -04:00
Andy Teijelo bd5bf2bfce A lot of changes 2023-06-08 14:34:13 -04:00
Andy Teijelo 6493b784fb Set conceallevel to 0 in help files 2023-05-31 09:48:55 -04:00
Andy Teijelo 49cbf0f241 Still trying to make LazyVim work for me 2023-05-31 09:37:18 -04:00
Andy Teijelo a1e95f462a wip 2023-05-25 21:01:38 -04:00
Andy Teijelo ef84dd7069 Still trying to get LazyVim to match basic-ide 2023-05-20 13:27:54 -04:00
Andy Teijelo 2a9cc31e40 Updated plugins 2023-05-16 17:01:20 -04:00
Andy Teijelo 26c3931937 wip 2023-03-14 20:52:03 -04:00
Andy Teijelo a707db0529 disable update notification 2023-03-14 20:27:41 -04:00
Andy Teijelo c1dbb28eac wip 2023-03-14 14:32:18 -04:00
Andy Teijelo 51e79ef80d wip 2023-03-14 13:29:39 -04:00
Andy Teijelo b812bb555d making progress in lazyvim 2023-03-13 21:15:17 -04:00
Andy Teijelo 40b335f69a Disable more plugins 2023-03-09 15:08:41 -05:00
Andy Teijelo 4a54404954 disable some plugins 2023-03-09 12:43:06 -05:00
Andy Teijelo 7ad1a4d995 Trying LazyVim 2023-03-08 14:51:50 -05:00
Andy Teijelo c9075e6d72 find files, sumneko deprecation, plugin updates 2023-03-07 00:19:45 -05:00
Andy Teijelo 50afb12ae5 bunch of updates 2023-03-07 00:19:45 -05:00
Andy Teijelo 18e7b2b507 Bufferline keymap fixes 2023-03-07 00:17:48 -05:00
Andy Teijelo 9912570174 Add some Telescope shortcuts 2023-02-25 00:37:31 -05:00
Andy Teijelo d4de554376 Many changes:
- disable project plugin
- try to fix <Tab> jumping all around
- don't paste with 'p' on Select mode (only on visual mode)
- map '-' to '/'
- don't override prettier config
2023-02-02 10:57:07 -05:00
Andy Teijelo 76fed65fbb Make moving code require Alt+Shift.
This prevents an <Esc> quickly followed by <j> or <l> from moving
the current line.
2023-02-02 10:55:27 -05:00
Andy Teijelo aa149d21ef Don't pre-select 1st cmp suggestion by default
This prevents accidentally expanding a completion when trying
to start a newline.
2023-02-02 10:53:18 -05:00
Andy Teijelo 8befcfc23b trying python's mason-nvim-dap 2022-12-12 04:29:48 -05:00
Andy Teijelo 70c5ea6915 tweak TreesitterContext colors 2022-11-27 09:12:47 -05:00
Andy Teijelo ad0d5db776 tweaks to <leader>n and use clippy with rust 2022-11-22 10:05:16 -05:00
Andy Teijelo e3bad09e9f Add keymap to clean screen
<leader>n to hide signcolumn, line numbers and virtual text
2022-11-10 12:02:57 -05:00
Andy Teijelo eb0dd08f70 don't fail keymaps if plugins aren't installed 2022-11-10 11:01:12 -05:00
Andy Teijelo 9bad8de707 missing file 2022-11-10 10:58:28 -05:00
Andy Teijelo ee5cd7628a disable treesitter for vim help 2022-11-10 10:51:11 -05:00
Andy Teijelo 64a73e23b1 Fix colors of treesitter-context & visual-multi 2022-11-10 10:50:37 -05:00
Andy Teijelo 52335f09c0 Adding whichkey 2022-11-09 21:55:56 -05:00
Andy Teijelo 4f20c382f4 Merge branch 'main' of git.ateijelo.com:ateijelo/nvim 2022-11-09 21:55:03 -05:00
Andy Teijelo 9e5738850e Updating treesitter 2022-11-09 21:54:42 -05:00
Andy Teijelo 454f688e80 Add vala plugin; several keymaps 2022-11-07 09:16:43 -05:00
Andy Teijelo 35bb137263 small keymap tweaks 2022-11-03 11:11:08 -04:00
Andy Teijelo 66001689a5 gitsigns keymaps 2022-11-03 11:10:51 -04:00
Andy Teijelo aeca5a8d4c Jenkinsfile's are groovy 2022-11-03 11:10:22 -04:00
Andy Teijelo a681654ff2 use treesitter to fold, disable treesitter indent for rust,
tell project.lua that Cargo.toml is a project root pattern
2022-11-03 11:09:12 -04:00
Andy Teijelo f577a76838 add vim-visual-multi 2022-11-01 12:13:20 -04:00
Andy Teijelo 5f08f86295 Adding vim-lastplace and move.vim 2022-10-27 19:55:49 -04:00
Andy Teijelo df1313f131 move impatient higher up 2022-10-27 19:49:07 -04:00
Andy Teijelo 6a174ec543 minor updates 2022-10-26 16:55:41 -04:00
Andy Teijelo 57ee993ab3 add nvim-dap-python, add fidget 2022-10-26 16:51:37 -04:00
Andy Teijelo dcc9122da9 debug rust with codelldb; manual call required 2022-10-20 01:57:40 -04:00
Andy Teijelo e347c1f5c7 Add j-hui/fidget.nvim & other configs 2022-10-20 01:06:20 -04:00