ca2d6550faadded hlsl, got ctrl+. working as arrow operator (on linux at least might need to configure the windows terminal).
master
Tyler White2025-05-22 21:10:30 -0700
cd42033e37Godot integration, makes a server which might be an issue for multiple nvim instances.Tyler White2025-03-03 20:37:28 -0800
b2794b186dDisabled LSP highlight in favor of TreeSitterTyler White2024-08-24 10:26:56 -0700
8baf5a8e82Trying to get godot highlight to work...Tyler White2024-05-11 17:53:53 -0700
3aa91aaa71Using treesitter again, added python to treesitter.Tyler White2024-04-20 10:59:01 -0700
48eb0d8d60Switched to lazy vim as packer stopped working. Will need to clear the .local/shared/nvim/site directory to stop using the packer packages. I guess I made a build and run? that's neat.Tyler White2024-01-29 16:53:18 +0800
0469b99f40using find files instead of git_files, find_files respects .gitignore but looks at the files system, git_files only looks at git tracked files (issues with git submodules)Tyler White2023-05-30 22:26:58 -0700
aa5fa13989Added odin tree-sitter and ols support, removed lua LSP because they changed the name and it's still a sketchy pos.Tyler White2023-03-07 10:35:43 -0800
75c7e93a3fpointer keybind, uses alt because powershell/cmd/windows eats ctrl+.twig2023-02-06 22:38:54 -0800
0c6c7a34c0Disabled clangd diagnostic messages as they don't understand the one translation unit build styletwig2023-02-06 18:45:57 -0800
0c0e1b37faRemoved some langauge server implementationsTyler White2023-02-06 16:27:15 -0800
4363c8d7d5init.lua: removed buildcmd, only needed in keybindings.lua keybindings.lua: added grep_string to <leader>fs and spell_suggest to <leader>ss buildcmd.lua: searches the cwd for a build file and decides which build to use (build.zig, build.bat, build.sh)twig2023-01-28 23:24:54 -0800
de564b9cbabuildcmd was using echo, changed to printTyler White2022-12-14 19:23:30 -0800
f730875af9Enabled lua LSP, might not want that as the lsp server is kinda sus. made a fake treesitter language to help debug zig's terrible implementation.twig2022-11-26 22:20:41 -0800