You've already forked dotfiles
refactor: Moving the wezterm local file linux cursor fix into the main
config file, fixing treesitter folding (maybe) and removing the old attempt at a fix, slight fixes to formatting in other files.
This commit is contained in:
@@ -2,6 +2,6 @@ return {
|
||||
filetypes = {
|
||||
'gd', 'gdscript', 'gdscript3'
|
||||
},
|
||||
root_markers = {'project.godot', '.git'},
|
||||
root_markers = { 'project.godot', '.git' },
|
||||
cmd = vim.lsp.rpc.connect('127.0.0.1', 6005)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user