mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2025-12-22 12:11:58 +00:00
Added custom scheme settings
This commit is contained in:
3
ftplugin/scheme.lua
Normal file
3
ftplugin/scheme.lua
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
vim.bo.tabstop = 2
|
||||||
|
vim.bo.shiftwidth = 2
|
||||||
|
vim.keymap.set("i", "'", "'", { buffer = 0 })
|
||||||
Reference in New Issue
Block a user