3c3890f786
Finally got dap all configured, works with c/c++ and godot (gdscript). Need to figure out a watch window or something I have frame and sessions window but those are not that usful (might also need hover and memory window)
master
krazzei2026-06-29 21:09:21 -07:00
0a6c51ad4f
Updated nvim which forced me to change the lsp config, no longer using that plugin (which honestly wasn't doing much) and I am now using the nvim built in perfered way to config the lsps.
krazzei2025-10-21 21:26:49 -07:00
ca2d6550fa
added hlsl, got ctrl+. working as arrow operator (on linux at least might need to configure the windows terminal).
krazzei2025-05-22 21:10:30 -07:00
cd42033e37
Godot integration, makes a server which might be an issue for multiple nvim instances.
krazzei2025-03-03 20:37:28 -08:00
b2794b186d
Disabled LSP highlight in favor of TreeSitter
krazzei2024-08-24 10:26:56 -07:00
8baf5a8e82
Trying to get godot highlight to work...
krazzei2024-05-11 17:53:53 -07:00
3aa91aaa71
Using treesitter again, added python to treesitter.
krazzei2024-04-20 10:59:01 -07:00
48eb0d8d60
Switched 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.
krazzei2024-01-29 16:53:18 +08:00
4a09b836c1
python and godot support
krazzei2023-09-10 21:43:37 -07:00
0469b99f40
using 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)
krazzei2023-05-30 22:26:58 -07:00
aa5fa13989
Added odin tree-sitter and ols support, removed lua LSP because they changed the name and it's still a sketchy pos.
krazzei2023-03-07 10:35:43 -08:00
75c7e93a3f
pointer keybind, uses alt because powershell/cmd/windows eats ctrl+.
krazzei2023-02-06 22:38:54 -08:00
0c6c7a34c0
Disabled clangd diagnostic messages as they don't understand the one translation unit build style
krazzei2023-02-06 18:45:57 -08:00
0c0e1b37fa
Removed some langauge server implementations
krazzei2023-02-06 16:27:15 -08:00
4363c8d7d5
init.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)
krazzei2023-01-28 23:24:54 -08:00
de564b9cba
buildcmd was using echo, changed to print
krazzei2022-12-14 19:23:30 -08:00
f730875af9
Enabled 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.
krazzei2022-11-26 22:20:41 -08:00