mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Added LaTeX templates and more
This commit is contained in:
1
after/ftplugin/lua.lua
Normal file
1
after/ftplugin/lua.lua
Normal file
@@ -0,0 +1 @@
|
||||
vim.opt_local.expandtab = false
|
||||
2
after/ftplugin/markdown.lua
Normal file
2
after/ftplugin/markdown.lua
Normal file
@@ -0,0 +1,2 @@
|
||||
vim.opt_local.wrap = true
|
||||
vim.opt_local.spell = true
|
||||
3
after/ftplugin/sql.lua
Normal file
3
after/ftplugin/sql.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
vim.opt_local.tabstop = 2
|
||||
vim.opt_local.shiftwidth = 2
|
||||
vim.opt_local.softtabstop = 2
|
||||
2
after/ftplugin/tex.lua
Normal file
2
after/ftplugin/tex.lua
Normal file
@@ -0,0 +1,2 @@
|
||||
vim.opt_local.wrap = true
|
||||
vim.opt_local.spell = true
|
||||
5
after/ftplugin/vimwiki.lua
Normal file
5
after/ftplugin/vimwiki.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
vim.opt_local.wrap = true
|
||||
vim.opt_local.spell = true
|
||||
vim.opt_local.tabstop = 2
|
||||
vim.opt_local.shiftwidth = 2
|
||||
vim.opt_local.softtabstop = 2
|
||||
Reference in New Issue
Block a user