vim optins
This commit is contained in:
parent
2a84277592
commit
1298d39c9c
8
init.lua
8
init.lua
@ -45,3 +45,11 @@ vim.keymap.set('n', '<C-p>', builtin.find_files, {}) -- telescope find --
|
|||||||
-- vim.keymap.set('n', '<C-o>', builtin.live_grep, {}) -- I dont know what this is doing? --
|
-- vim.keymap.set('n', '<C-o>', builtin.live_grep, {}) -- I dont know what this is doing? --
|
||||||
|
|
||||||
vim.keymap.set('n', '<C-m>', ':Neotree filesystem toggle left<CR>', {})
|
vim.keymap.set('n', '<C-m>', ':Neotree filesystem toggle left<CR>', {})
|
||||||
|
|
||||||
|
-- Vim options --
|
||||||
|
|
||||||
|
vim.opt.nu = true -- line numbers
|
||||||
|
|
||||||
|
vim.opt.tabstop = 4 -- how big is tab
|
||||||
|
vim.opt.softtabstop = 4
|
||||||
|
vim.opt.shiftwidth = 4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user