1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Add gdscript exception

This commit is contained in:
Mo8it 2022-03-22 18:05:55 +01:00
parent 120808b461
commit b39fda9081
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
local opt = vim.bo
--
opt.expandtab = false

View file

@ -1,4 +1,4 @@
local opt = vim.opt
local opt = vim.go
local cmd = vim.cmd
--