Commit graph

35 commits

Author SHA1 Message Date
Gabe Venberg ce99161959 added possibity of config overrides to neovim,
will allow for local config to override global, laying groundwork for
unifying personal and work config.
2024-02-22 00:58:48 -06:00
Gabe Venberg 6038e14686 clarified comment on expandtab 2024-02-12 16:41:45 -06:00
Gabe Venberg ec4a477c3a added vitual chars for whitespaces. 2024-01-10 16:04:56 -06:00
Gabe Venberg cfd0733f64 replaced symbols-outline for outline.nvim 2023-12-14 16:29:28 -06:00
Gabe Venberg e478c5d852 added nvim settings for wrapping at 80 cols. 2023-09-13 14:19:34 -05:00
Gabe Venberg d2916b44db changed coding style to conform with workplace coding style. 2023-09-13 09:07:27 -05:00
Gabe Venberg 0a1a107a9f added toggleterm scratch terminal. 2023-11-07 14:48:58 -06:00
Gabe Venberg a51c789178 updated nvim_minimal config. 2023-11-04 00:55:51 -05:00
Gabe Venberg b1aed83db9 removed hard word wrap from nvim, added 'warning' rulers. 2023-11-03 11:35:10 -05:00
Gabe Venberg 613a210bd6 style changes to font and colourscheme. 2023-11-02 19:00:26 -05:00
Gabe Venberg 80d92fca6e Cleaned up abandoned plugins 2023-10-30 17:22:52 -05:00
Gabe Venberg 337ef885aa switched over to lazy for nvim plugins. 2024-02-22 14:23:08 -06:00
Gabe Venberg 17c4debccb cleaned up a few trailing newlines. 2023-09-13 09:12:18 -05:00
Gabe Venberg 5f5dc76261 added toggleterm and whitch-key.nvim.
due to adding whitch-key.nvim, also added descs to all keybinds.
2023-09-07 11:17:28 -05:00
Gabe Venberg 0e031e38d0 documented external dependencies, gave some stuff a spring cleaning. 2023-08-10 01:11:53 -05:00
Gabe Venberg fcf48d31e3 added todo-comments.nvim 2023-08-03 16:08:06 -05:00
Gabe Venberg 14e8f5a001 added treesj 2023-03-22 01:27:23 -05:00
Gabe Venberg 8e522d0fcd added clangd LSP. 2023-01-22 02:45:21 -06:00
Gabe Venberg 2b717818af updated some depreciated LSP stuff 2022-11-02 23:00:26 -05:00
Gabe Venberg c8bda3b426 added venn.nvim 2022-10-03 10:12:26 -05:00
Gabe Venberg f197e20c61 added (commented out) space-based tab section. 2022-08-18 11:02:19 -05:00
Gabe Venberg 6a8ddee8f5 added instructions on how to bootstrap with impatient. 2022-06-20 11:16:43 -05:00
Gabe Venberg e90208c701 modified lsp config. 2022-06-16 11:30:25 -05:00
Gabe Venberg c52ecd2166 added impatient.nvim. 2022-04-23 13:52:30 -05:00
Gabe Venberg da38421d7b Moved from custom LSP installs to LspInstall 2022-04-21 14:54:07 -05:00
Gabe Venberg 23dbddefa0 added keybind for xcolor 2022-03-01 18:08:07 -06:00
Gabe Venberg 43b15731f0 the treesitter code folding was not working for my needs.
Removed it, restored the old indent+custom foldtext method.
2022-02-18 16:50:42 -06:00
Gabe Venberg 657913ee29 added symbols-outline.nvim 2022-02-03 11:24:03 -06:00
Gabe Venberg 51a5135297 new file browser for neovim telescope. 2022-01-07 16:26:30 -06:00
Gabe Venberg 09042586ec fixed lsp keybindings.
They now work on more than just the first buffer you open of a given
filetype.
2021-12-15 16:23:07 -06:00
Gabe Venberg 83aea3c147 made files start with most folds open. 2021-12-15 13:08:25 -06:00
Gabe Venberg d80d290fe2 removed luasnippet, fixed lsp keybinds. 2021-12-15 11:30:08 -06:00
Gabe Venberg 8322dfa4e1 I have joined the dark side! neovim with plugins!
added neovim support for treesitter and LSP, then added a bunch of
plugins to take advantage of them.
2021-12-14 00:32:00 -06:00
Gabe Venberg 8123e70d74 transported all of current config to lua.
On to learning the new features of neovim 0.5!
2021-09-12 00:29:48 -05:00
Gabe Venberg d8d5296ad2 started migrating neovim to init.lua.
refs #3
2021-09-06 23:07:40 -05:00