add sway and waybar configs, misc other stuff
This commit is contained in:
parent
192a283141
commit
528c998ee4
21 changed files with 634 additions and 58 deletions
7
_config/nvim/ftplugin/gdscript.vim
Normal file
7
_config/nvim/ftplugin/gdscript.vim
Normal file
|
@ -0,0 +1,7 @@
|
|||
" to use folding provided by plugin
|
||||
# setlocal foldmethod=expr
|
||||
setlocal tabstop=4
|
||||
nnoremap <buffer> <F4> :GodotRunLast<CR>
|
||||
nnoremap <buffer> <F5> :GodotRun<CR>
|
||||
nnoremap <buffer> <F6> :GodotRunCurrent<CR>
|
||||
nnoremap <buffer> <F7> :GodotRunFZF<CR>
|
Loading…
Add table
Add a link
Reference in a new issue