112 Commits

Author SHA1 Message Date
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
d7ac1f7213 Add termdebug :Asm mappings 2024-04-02 22:38:41 +01:00
5de0109989 Add :RStrip command to strip trailing white space 2024-04-02 21:43:23 +01:00
f95a8fb8e5 Use custom foldtext 2024-04-02 21:00:28 +01:00
776fb1f204 Change :Build{Dir} commands to global from buffer 2024-04-02 16:22:04 +01:00
61d734fbc0 Unmap <C-l> in netrw buffers so it can be used for natigation 2024-04-01 23:25:31 +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
7b17b794f6 Make column/line chunk match 2024-04-01 18:59:52 +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
3daca6d6d8 Disable :intro on startup 2024-03-20 00:09:06 +00:00
8add996ea0 Determined why splash screen disappears on start 2024-03-19 23:46:34 +00:00
e8a420d99d Add the :Rename command 2024-03-19 22:54:15 +00:00
9f1c0228aa Disable nvim_treesitter#indent() since its buggy on c++ files 2024-03-19 11:48:41 +00:00
831ac41440 Always make :Build/:BuildDir available
Don't attached this functionality to only c/cpp filetypes.
2024-03-18 20:02:54 +00:00
0c1328ead4 Add termdebug mappings 2024-03-17 23:33:44 +00:00
0feee4afbf Fix use of opts in vim.keymap.set() 2024-03-17 23:33:25 +00:00
83403a8416 Add vim style mapping to get notmal mode in term:// buffer 2024-03-17 22:44:10 +00:00
50cc8ae3ab Add autocmds to improve :terminal usability 2024-03-17 22:40:34 +00:00
b9be6fba5a Fix - mapping sometimes landing on wrong filename
Instead of using Lua to search through all buffer lines and match the
file line containing the filename, instead use `search()` and wrap the
filename in word boundry delimiters `\<\>` to always match the whole
filename not a subscript. This also moves the cursor to that position
in the file.
2024-03-17 14:16:34 +00:00
c235fb88e1 Setup is required for unimpaired.nvim 2024-03-17 14:16:06 +00:00