mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2025-01-01 15:39:20 +00:00
Add gdscript exception
This commit is contained in:
parent
120808b461
commit
b39fda9081
2 changed files with 6 additions and 1 deletions
5
.config/nvim/ftplugin/gdscript.lua
Normal file
5
.config/nvim/ftplugin/gdscript.lua
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
local opt = vim.bo
|
||||||
|
|
||||||
|
--
|
||||||
|
|
||||||
|
opt.expandtab = false
|
|
@ -1,4 +1,4 @@
|
||||||
local opt = vim.opt
|
local opt = vim.go
|
||||||
local cmd = vim.cmd
|
local cmd = vim.cmd
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in a new issue