maint: godot tweaks

This commit is contained in:
Matthew Ryan Dillon 2022-03-14 06:59:10 -07:00
parent f4a3b65189
commit 02e9424408
3 changed files with 6 additions and 1 deletions

View file

@ -16,10 +16,11 @@ set.backup = true
set.writebackup = true
set.list = true
set.listchars = { trail = '~', tab = '>=' }
set.listchars = { trail = '~', tab = '>.' }
set.mouse = 'a'
set.completeopt = { 'menu', 'menuone', 'noselect' }
set.termguicolors = true
set.tabstop = 4
require('plugins')
EOF

View file

@ -15,6 +15,9 @@ return require('packer').startup(function()
-----------------------------------------------------------------------------
use 'wakatime/vim-wakatime'
-----------------------------------------------------------------------------
use 'calviken/vim-gdscript3'
-----------------------------------------------------------------------------
use {
'neovim/nvim-lspconfig',

View file

@ -26,6 +26,7 @@ origin.name = "pingo"
repos = [
"akdillon",
"planner",
# dokku app name is thermokarst, not thermokar.st
"thermokar.st",
"zettel",
]