* chore(defaults.lua): add new options for vim
* feat(keymaps.lua): add new keymaps for various actions * feat(treesitter.lua): add treesitter configuration for terraform language * chore(init.lua): comment out unused keymap for signature help * feat(plugins): add undotree plugin * feat(plugins): add lsp_signature plugin and setup configuration
This commit is contained in:
parent
049d71cf0f
commit
d20aea7ca4
6 changed files with 55 additions and 3 deletions
|
|
@ -1,4 +1,10 @@
|
|||
vim.opt.relativenumber = true
|
||||
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.smarttab = true
|
||||
vim.opt.smarttab = true
|
||||
|
||||
vim.opt.incsearch = true
|
||||
|
||||
vim.opt.scrolloff = 8
|
||||
|
||||
vim.opt.colorcolumn = "80"
|
||||
Loading…
Add table
Add a link
Reference in a new issue