fix: add many plugins to neovim
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
96e830622a
commit
fcf2a53ed6
7 changed files with 115 additions and 12 deletions
|
@ -29,13 +29,14 @@ opt("updatetime", 100)
|
|||
opt("mouse", "a")
|
||||
opt("mousescroll", "ver:1,hor:1")
|
||||
|
||||
vim.cmd[[autocmd FocusGained * CheckTime]]
|
||||
vim.cmd[[autocmd FocusGained * checktime]]
|
||||
|
||||
vim.g.mapleader = " "
|
||||
vim.g.copilot_no_tab_map = true
|
||||
vim.g.maplocalleader = ","
|
||||
|
||||
vim.wo.wrap = false
|
||||
vim.opt.signcolumn = "yes"
|
||||
|
||||
require("plugins")
|
||||
require("mappings")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue