.
This commit is contained in:
parent
16c7b23408
commit
12cf227133
12 changed files with 122 additions and 29 deletions
7
files/.config/nvim/lua/config/options.lua
Normal file
7
files/.config/nvim/lua/config/options.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = ","
|
||||
vim.opt.smarttab = true
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.clipboard = "unnamedplus" -- use system clipboard
|
||||
Loading…
Add table
Add a link
Reference in a new issue