25885dd7c7
Remove FIXME's that 3daca6d6 disabled
2024-04-08 21:06:11 +01:00
046e33c614
Re-enable buffer text completion source
2024-04-08 20:57:07 +01:00
6c59054a7a
Change touble toogle mapping
2024-04-08 20:55:03 +01:00
eee4944354
Use function style for vim.cmd instead of string style
2024-04-07 19:12:38 +01:00
ba4e6dc233
Ensure LuaSnips dependencies are met
2024-04-06 15:39:30 +01:00
2784989570
Add TODO's for dealing with v0.10.0 features
2024-04-05 22:41:56 +01:00
53553c02f1
Add markdown to treesitter list
2024-04-05 22:41:41 +01:00
b7b8053191
Make zshTodo not special & cleanup lua syntax
2024-04-04 21:35:28 +01:00
5198bc2e27
Tweak LSP mappings
2024-04-04 21:35:02 +01:00
ab2d68579f
Cleanup pyright LSP comment
2024-04-01 22:31:40 +01:00
ef922c82f5
Add plugin to expose clangd extensions
2024-04-01 19:49:52 +01:00
12f32b4d7d
Improve LSP mappings
2024-04-01 19:49:22 +01:00
89bca77ef4
Improve completion comments
2024-04-01 19:05:03 +01:00
0bfd392b20
Add rounded borders to LSP/Diagnostics float windows
2024-04-01 19:04:26 +01:00
890fe6f928
Reorder cmp sources so LSP results are first
2024-04-01 19:03:58 +01:00
1d1d922282
Add more language servers
...
* Ansible
* Bash
* Dockerfile/Docker Compose
* Sphinx
* HTML
* OpenCL
* Powershell
2024-04-01 19:02:36 +01:00
2f6b0ba33c
Add more cmp preset mappigns
...
* `<C-Space>` to trigger the complteion menu without a substring prefix
* `<C-d>`/`<C-u`> to scroll down/up in a completion item's documentation
2024-04-01 19:00:40 +01:00
e64316e336
Add mapping to fuzzy search word under cursor
2024-04-01 16:34:44 +01:00
1a6203e911
Add trouble.nvim plugin
2024-03-21 23:42:34 +00:00
7ae049437a
Cleanup colorscheme plugin file
2024-03-20 22:49:25 +00:00
c0ab67d3a4
Use [d & ]d for moving around diagnostics in normal mode
2024-03-20 22:18:10 +00:00
a283ab973a
Add noice but disable it
2024-03-20 22:17:59 +00:00
8add996ea0
Determined why splash screen disappears on start
2024-03-19 23:46:34 +00:00
9f1c0228aa
Disable nvim_treesitter#indent() since its buggy on c++ files
2024-03-19 11:48:41 +00:00
0feee4afbf
Fix use of opts in vim.keymap.set()
2024-03-17 23:33:25 +00:00
c235fb88e1
Setup is required for unimpaired.nvim
2024-03-17 14:16:06 +00:00
be5e7007c9
Override some more highlights
2024-03-16 23:19:06 +00:00
355c4feecc
Add real-time LSP info with fidget
2024-03-15 00:15:42 +00:00
378c8b0be4
Improve LSP configuration
...
* Add more recommended mappings
* Add Python LSP support with PyRight and Ruff
2024-03-14 23:35:35 +00:00
4072fd3ccf
Add a couple of plugins to pretty up the place
2024-03-14 23:34:09 +00:00
49af40c918
Add more Telescope LSP mappings
2024-03-13 20:16:15 +00:00
0d04a9812c
Add tree-sitter based text objects
...
Mappings for:
* functions
* function arguments/parameters
* comments
2024-03-12 22:18:13 +00:00
6c941341ff
Fix loading of vim-fugitive
2024-03-12 19:40:57 +00:00
eaa63924e2
Make telescope mappings consistent
2024-03-11 22:34:08 +00:00
4644f7e6fa
Add unimpaired.nvim plugin
2024-03-11 20:26:07 +00:00
3353b099be
Port custom statusline from vimscript & change colors
2024-03-11 00:09:16 +00:00
0656de97fa
Implement :BuildDir and :Build commands in Lua
...
Ported over from and improved for best integration with Neovim ecosystem
https://code.infektor.net/config/vim/src/branch/master/autoload/build.vim
2024-03-09 16:42:12 +00:00
51ae7955f7
Tweak kanagawa theme
2024-03-08 20:12:40 +00:00
598c389741
Add Telescope Devicons dependency
2024-03-06 20:15:32 +00:00
f8fddc405e
Use fzy for faster Telescope filtering
2024-03-06 20:15:04 +00:00
828db0d073
Tweak Telescope mappings to my liking
2024-03-06 20:14:39 +00:00
9e5b1597ba
Make Telescope help tags mapping the proper pneumonic
2024-03-06 20:13:36 +00:00
41736377bd
Remove tab mapping todo, went another way
2024-03-06 19:48:08 +00:00
0c7636dfa5
Add snippet mappings & being porting snippets
2024-03-05 23:36:41 +00:00
781cb49cb2
Tune completion sources & update comment
2024-03-05 23:35:36 +00:00
6ef97d96c5
Add code actions prefix UI
...
Not only does this show a diff of the selected code action before you
apply it, it uses Telescope for display and selection of the desired
code action.
2024-03-05 23:34:20 +00:00
e314314574
Switch to <C-l> to confirm completions
...
Previous mapping of <C-y> caused issues due to y being too close to u so
fat fingers would immediately undo the completion expansion.
2024-03-05 23:32:20 +00:00
983d11e48c
Make visual mode text-case mappings more ergonomic
2024-03-05 23:31:40 +00:00
a4b3d67216
Switch up statusline plugin
2024-03-05 00:21:42 +00:00
cd767afa32
Abolished vim-abolish with text-change.nvim
2024-03-05 00:08:16 +00:00