No autoformat json and set/remaps a la Primeagen
This commit is contained in:
parent
7ef5a8e2d2
commit
bab4e04c11
5 changed files with 49 additions and 1 deletions
1
init.lua
1
init.lua
|
|
@ -210,6 +210,7 @@ vim.o.hlsearch = false
|
|||
|
||||
-- Make line numbers default
|
||||
vim.wo.number = true
|
||||
vim.api.nvim_set_hl(0, 'LineNr', { fg = "white" })
|
||||
|
||||
-- Enable mouse mode
|
||||
vim.o.mouse = 'a'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue