Commit Graph

12 Commits

Author SHA1 Message Date
Tyler White b2794b186d Disabled LSP highlight in favor of TreeSitter 2024-08-24 10:26:56 -07:00
Tyler White 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.
2024-01-29 16:53:18 +08:00
Tyler White 4a09b836c1 python and godot support 2023-09-10 21:43:37 -07:00
Tyler White 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)
2023-05-30 22:26:58 -07:00
Tyler White aa5fa13989 Added odin tree-sitter and ols support, removed lua LSP because they
changed the name and it's still a sketchy pos.
2023-03-07 10:35:43 -08:00
twig 75c7e93a3f pointer keybind, uses alt because powershell/cmd/windows eats ctrl+. 2023-02-06 22:38:54 -08:00
twig 0c6c7a34c0 Disabled clangd diagnostic messages as they don't understand the one
translation unit build style
2023-02-06 18:45:57 -08:00
twig 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)
2023-01-28 23:24:54 -08:00
twig 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.
2022-11-26 22:20:41 -08:00
twig 077e070958 Added rust lsp 2022-11-07 21:48:29 -08:00
twig dc67e0a5dd More LSPs! formatted some files. 2022-10-12 18:07:15 -07:00
twig ec3acd5976 My current neovim config 2022-10-10 18:12:32 -07:00