fix: improve nvim lsp usage
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
4401053898
commit
e9df63da9c
5 changed files with 96 additions and 25 deletions
|
@ -29,6 +29,7 @@ opt("updatetime", 100)
|
|||
opt("mouse", "a")
|
||||
|
||||
vim.g.mapleader = " "
|
||||
vim.g.copilot_no_tab_map = true
|
||||
|
||||
require("plugins")
|
||||
require("mappings")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue