Commit graph

260 commits

Author SHA1 Message Date
7f6c2916de nvim: new filetype list for ale 2021-10-20 20:57:38 -07:00
ffae217fbf nvim: additional bootstrapping 2021-10-20 10:57:24 -07:00
8c94182d19 nvim: better behavior for remove highlights from hlsearch
now it just does `noh` instead of `set hlsearch!`
2021-10-20 01:31:45 -07:00
866986c46c nvim: settings organization 2021-10-19 22:21:53 -07:00
36a7cd9364 nvim: toggleterm is a floating window again 2021-10-19 20:02:47 -07:00
0ddd772486 nvim: additional keybinds for moving between windows 2021-10-18 17:34:45 -07:00
fda0750475 nvim: migrate cmp to custom menu 2021-10-16 16:12:15 -07:00
88f39be97d nvim: Revert "nvim: migrate cmp to custom menu"
This reverts commit 40d6e6ceb2.
2021-10-16 15:55:58 -07:00
40d6e6ceb2 nvim: migrate cmp to custom menu 2021-10-14 03:37:07 -07:00
846a3b6934 nvim: fix for nvimtree diagnostics error 2021-10-13 11:38:34 -07:00
0179f035cb nvim: eliminated an annoying dap-ui thing 2021-10-07 22:59:32 -07:00
4c336ce34b nvim: made the debugger window less stupidly large 2021-10-07 21:00:04 -07:00
53d7246381 nvim: better nvimtree keybinds
TODO: add a bind to open it
2021-10-06 23:24:33 -07:00
774eac7b0f nvim: formatting and add extra keybind 2021-10-05 01:02:04 -07:00
5899ea7937 nvim: Formatting, and repositioning 2021-10-01 01:34:19 -07:00
680295eeed nvim: reorganization and add due: plugin 2021-09-28 21:59:48 -07:00
fe60cfe775 nvim: added keybind to open debug menu 2021-09-28 01:59:53 -07:00
7c747cbbc1 nvim: Migrated all dap-related things to their own file 2021-09-28 01:52:37 -07:00
4f55c742ad nvim: converted all double quotes to single quotes 2021-09-27 20:29:55 -07:00
e996dfedf0 nvim: add variable values DAP plugin 2021-09-27 19:21:36 -07:00
9776ecd7d2 nvim: removed relative numbers 2021-09-27 02:04:54 -07:00
21bec5808d nvim: fixed the watch_index startup warning 2021-09-26 14:29:44 -07:00
16b13b9f7a nvim: treesitter overhaul and actually removed luasnip 2021-09-25 02:19:19 -07:00
5927e8c247 nvim: Reorganization - moved all config files to one folder (minus the init.lua) 2021-09-24 21:20:05 -07:00
40e234e20d Merge branch 'master' of git.blakenorth.net/home/git/dotfiles 2021-09-24 09:51:15 -07:00
0e6c03d0ed Remove luasnip 2021-09-24 09:51:00 -07:00
0f622a8951 nvim: Modified terminal settings 2021-09-24 01:01:46 -07:00
6f8a11cb1a nvim: add support for hex editing 2021-09-23 17:13:45 -07:00
bcf4c2b2b5 nvim: removed cmake from ale lint list 2021-09-23 17:13:06 -07:00
37575bcd55 nvim: added automatic detection of language servers 2021-09-22 03:19:20 -07:00
059d8d5a2c nvim: formatting and slight keymap adjustment 2021-09-21 01:18:10 -07:00
77317c2dfd Merge branch 'master' of git.blakenorth.net/home/git/dotfiles 2021-09-20 10:12:13 -07:00
b570b33fe7 nvim: add cheat.sh integration 2021-09-20 10:09:26 -07:00
7f54b5b0d3 nvim: added additional dap configuration 2021-09-20 10:06:11 -07:00
c1b71e559f nvim: added smooth scrolling and fixed toggleterm 2021-09-20 02:48:09 -07:00
e43cf4aaad Big changes, don't remember all of them
One thing is more DAP configuration
2021-09-20 00:22:35 -07:00
0d08c6b939 nvim: added DAP support with nvim-dap, but I just decided I like vimspector more 2021-09-20 00:22:35 -07:00
a8b6b58964 added markdown preview plugin 2021-09-20 00:22:35 -07:00
66e6398d43 Gitsigns config 2021-09-20 00:22:35 -07:00
a8165e94c2 Initial DAP support 2021-09-20 00:22:35 -07:00
10cdfef608 Big changes, don't remember all of them
One thing is more DAP configuration
2021-09-16 02:17:07 -07:00
d8f30f2745 nvim: added DAP support with nvim-dap, but I just decided I like vimspector more 2021-09-15 23:13:22 -07:00
8e77bfcd60 Merge branch 'master' of ssh://git.blakenorth.net:6102/home/git/dotfiles 2021-09-15 21:43:03 -07:00
b41d1693b4 Gitsigns config 2021-09-15 21:42:49 -07:00
61ed74a2c6 Initial DAP support 2021-09-15 21:42:31 -07:00
ab46fcd6da added markdown preview plugin 2021-09-15 21:39:21 -07:00
c9445081a1 Changed <space> mappings to <leader> (they're the same) 2021-09-10 02:45:00 -07:00
ac9a7343c6 Fixed a terrible nvim bug where pressing tab would error and type a 0 2021-09-10 01:40:44 -07:00
2fa03f227e Made the keybind actually work 2021-09-09 01:03:02 -07:00
4ae0d9e379 organized settings and added a note to convert it to lua 2021-09-08 23:58:29 -07:00