205 Commits

Author SHA1 Message Date
d4228e37b8 Keep tweaking noice 2024-04-29 21:25:27 +01:00
e3d4651062 Add Python main snippet 2024-04-23 22:52:06 +01:00
09c785eee9 Set a limit to how wide the completion menu can be 2024-04-20 12:37:31 +01:00
63d2a3ffd3 Add not about builtin snippets in v0.10.0 2024-04-19 21:01:07 +01:00
b5adbd3343 Add tabline highlight group overrides 2024-04-18 18:56:39 +01:00
Kenneth Benzie (Benie)
985df79d1a Use telescope.builtin Lua functions in mappings 2024-04-17 12:21:26 +01:00
c190e42da5 Make sure the textwidth to 72 in gitcommit filetype 2024-04-16 00:07:09 +01:00
8d93cbdf57 Switch to mason.nvim fork with virtualenv fallback 2024-04-15 23:45:30 +01:00
1ba816fcf8 Of course pyright is an npm package 2024-04-15 21:52:48 +01:00
9d5b798385 Cleanup conditional language server installs 2024-04-15 21:52:48 +01:00
727ebc81a8 Handle mason.nvim install deps not existing 2024-04-15 21:52:48 +01:00
a3024efb61 Fix mapping conflict 2024-04-13 13:42:09 +01:00
0b9c2765d3 Make sure builtin UI config is actually loaded 2024-04-13 13:41:13 +01:00
a655cbe3d9 Add title to diagnostics floating window 2024-04-13 13:40:49 +01:00
428cea9747 Cleanup some lint 2024-04-13 13:28:58 +01:00
ada48d79f4 Don't explicitly name plugins 2024-04-13 10:55:37 +01:00
cfac2daaee Cleanup diagnostics mappings config 2024-04-13 10:55:21 +01:00
e08e933732 Fix typos in completions keymap configs 2024-04-13 10:54:52 +01:00
c07896bfad Use telescope.builtin's for more LSP mappings 2024-04-13 10:21:41 +01:00
4c8f6cbc8b Organise completion plugin dependencies 2024-04-13 10:02:25 +01:00
e5e2453efb Move lsp/diagnostic UI config to separate file 2024-04-13 10:02:25 +01:00
e11b4d54a2 Split snippets config out of completions config 2024-04-13 10:02:25 +01:00
a4377b22ac Split diagnostics config out of completions config 2024-04-13 10:02:25 +01:00
6372e8f63c Change to yellow search highlight 2024-04-13 00:05:43 +01:00
9a0f74eb97 Make float background highlights match 2024-04-13 00:04:29 +01:00
0957a4853c Add nvim-treesitter-context plugin 2024-04-12 00:43:20 +01:00
d90ae27edf Add todo's for two LSP plugins of interest 2024-04-12 00:31:50 +01:00
6392327a28 Add ray-x/lsp_signature.nvim plugin
Improves the built-in signature help UI, enables toggling of signatures,
and displays multiple signatures when available.
2024-04-12 00:20:47 +01:00
959e9e5c52 Add kbenzie/cmp-git plugin
This is a fork of https://github.com/petertriho/cmp-git with a revert of
a bug fix that appears to have introduced a bug.
2024-04-11 23:23:06 +01:00
f254665710 Add completion to :Mkdir 2024-04-11 21:56:37 +01:00
253f6f306d Fix Lue typo to Lua :D 2024-04-09 22:34:43 +01:00
0e427facfa Add fixme to :Rg comamnd 2024-04-09 21:05:17 +01:00
fd4cefb74b Add nvim-treesitter-endwise todo 2024-04-08 21:14:44 +01:00
25885dd7c7 Remove FIXME's that 3daca6d6 disabled 2024-04-08 21:06:11 +01:00
27f1e54777 Remove FIXME that was already fixed in 9f1c0228 2024-04-08 21:04:24 +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
2098949e9c Add :Chmod command to change mode bits 2024-04-08 20:52:47 +01:00
eee4944354 Use function style for vim.cmd instead of string style 2024-04-07 19:12:38 +01:00
fe19c35f36 nvim v0.10.0 will have a builtin OSC52 provider 2024-04-07 19:01:27 +01:00
057c706699 Add :Mkdir command to create directories 2024-04-07 18:59:50 +01:00
93bea02a48 Cleanup command documentation comments 2024-04-07 18:45:58 +01:00
04b5e6e4fb Add :Move command to move files around 2024-04-07 18:39:34 +01:00
4b4a1dbf38 Cleanup :Rename implementation 2024-04-07 18:38:20 +01:00
d92a312992 Add :Rg[!] command
:Rg <STRING> grep for the string and fuzzy find the results, bang to
enable regex in search term
2024-04-06 15:41:27 +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