mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 08:50:26 +01:00
Lua file config
This commit is contained in:
9
.config/nvim/after/ftplugin/lua.lua
Normal file
9
.config/nvim/after/ftplugin/lua.lua
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
-- indent_type = "Spaces"
|
||||||
|
-- indent_width = 4
|
||||||
|
-- call_parentheses = "Always"
|
||||||
|
-- column_width = 120
|
||||||
|
|
||||||
|
vim.bo.tabstop = 4
|
||||||
|
vim.bo.softtabstop = 4
|
||||||
|
vim.bo.shiftwidth = 4
|
||||||
|
vim.bo.expandtab = true
|
||||||
Reference in New Issue
Block a user