Commit graph

37 commits

Author SHA1 Message Date
Gered 12d125b471 add keymaps for clearing and listing all breakpoints 2024-09-03 17:39:01 -04:00
Gered 8dd235cbb6 update debugger keymaps
this matches many other IDE debuggers
2024-09-03 17:38:46 -04:00
Gered aa77aab59a add cmp-nvim-lsp-signature-help for automatic function param help popup 2024-09-03 17:10:52 -04:00
Gered 344ba497eb filter out snippets from completion suggestions 2024-09-03 16:48:56 -04:00
Gered c5798dfa1f add keymap for showing a floating neo-tree buffer 2024-09-03 16:14:47 -04:00
Gered 8558b2e736 replace bufferline with barbar 2024-09-03 14:52:20 -04:00
Gered 639e8e2553 add rustaceanvim 2024-09-03 00:02:05 -04:00
Gered a788910840 re-adjust a bunch of existing keymaps. add new bufferline keymaps 2024-09-02 01:08:59 -04:00
Gered 1489d7c7e7 add nvim-notify 2024-09-01 23:42:28 -04:00
Gered 4e86ed636a adjust neo-tree configuration
enable_git_status is being added here solely to make it easy to disable
in the future should it cause any problems (e.g. slow performance over
remotely mounted filesystems). the default for this option is 'true'
2024-09-01 23:12:19 -04:00
Gered 9486b2e45d better way of disabling nvm-lint 2024-09-01 22:37:54 -04:00
Gered a267b60e5a update lazy-lock.json 2024-09-01 22:21:29 -04:00
Gered 8b31ce06e6 add lazy-lock.json
previously filtered out by the ,gitignore i inherited from kickstart
2024-09-01 22:01:25 -04:00
Gered 1365f860dc cleanup gitignore
there's actually nothing i want to ignore at this time
2024-09-01 22:01:02 -04:00
Gered c7a100e309 change indent-blankline indent chars back to a solid bar
the dashed line bar looks weird now in neovim gui's (e.g. neovide)
now with the adjusted font settings (negative linespacing)
2024-09-01 21:52:20 -04:00
Gered b9bbe3a9a4 ensure termguicolors is enabled for bufferline
neovim tries to enable it by default anyway, but since i noticed this
in the bufferline docs, i figured i'd make it explicit just in case
2024-09-01 21:51:30 -04:00
Gered eb0c32f20e tweak gui font settings some more
mainly aimed at neovide again. but the guifont setting can be set
outside of that neovide check so as to apply to any other neovim gui
app i suppose
2024-09-01 21:50:47 -04:00
Gered 02d61d9055 add ftplugin for markdown filetypes 2024-09-01 20:56:51 -04:00
Gered 8803e80213 disable nvim-lint for now
since i have none of the necessary external linting tools installed
right now
2024-09-01 20:56:37 -04:00
Gered d69ded1cd3 update comment/readme wording 2024-09-01 20:00:28 -04:00
Gered 195728fb8b switch to automatically finding and importing everything in plugins dir 2024-09-01 19:58:36 -04:00
Gered 2541f2b1d7 add bufferline 2024-09-01 19:50:25 -04:00
Gered 35c1093d4e adjustments to indent-blankline config. disable by default 2024-09-01 19:25:06 -04:00
Gered 00f8a43580 add keymap to allow toggling indentation guides on/off 2024-09-01 19:20:58 -04:00
Gered 8b1e729b58 update indent-blankline to exclude various special plugin buffers 2024-09-01 18:59:10 -04:00
Gered ab66569d22 add dashboard 2024-09-01 18:57:17 -04:00
Gered a1d27de7b0 add toggleterm 2024-09-01 18:43:26 -04:00
Gered f4716511b2 replace mini.statusline with lualine 2024-09-01 18:25:04 -04:00
Gered 2d6c0f01b6 rename plugin files to match actual plugin name
can't do that obviously in all cases, as some plugin files are
including several different related plugins together
2024-09-01 17:26:31 -04:00
Gered 2c875d4f6d add README.md, because why not 2024-09-01 16:42:03 -04:00
Gered a9ecc491de modularize & enable more plugins, remove some kickstart comment blocks 2024-09-01 16:38:18 -04:00
Gered a285c18aef add helper bash script to install semi-required system dependencies
"semi-required" meaning, some very useful/important neovim stuff won't
work without these dependencies present
2024-08-31 21:38:18 -04:00
Gered da0b4cbc85 add kickstart gitsigns plugin config
mostly just to get the default/recommended keymaps
2024-08-31 21:37:02 -04:00
Gered 8442328df3 don't wrap scrolling in telescope results 2024-08-31 21:36:22 -04:00
Gered ce3a79d3e1 remember neovide window size/position 2024-08-31 21:35:42 -04:00
Gered 8ffa041e3f tweak neovide animation speeds 2024-08-31 18:01:11 -04:00
Gered e4b69474a3 initial commit
based on https://github.com/nvim-lua/kickstart.nvim
2024-08-31 17:37:26 -04:00