1
0
Fork 0

fix: improve nvim lsp usage

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2022-08-10 23:09:13 -04:00
parent 4401053898
commit e9df63da9c
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
5 changed files with 96 additions and 25 deletions

View file

@ -29,6 +29,7 @@ opt("updatetime", 100)
opt("mouse", "a")
vim.g.mapleader = " "
vim.g.copilot_no_tab_map = true
require("plugins")
require("mappings")