mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
add: update keymap ctrl + v on insert mode
This commit is contained in:
parent
aa58ea9669
commit
6e55fe895d
7 changed files with 18 additions and 10 deletions
4
ftplugin/javascript.lua
Normal file
4
ftplugin/javascript.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
vim.opt_local.expandtab = true
|
||||
vim.opt_local.shiftwidth = 4
|
||||
vim.opt_local.tabstop = 4
|
||||
vim.opt_local.softtabstop = 4
|
Loading…
Add table
Add a link
Reference in a new issue