configure lsp, completion and some additional colors

This commit is contained in:
2024-06-01 14:27:39 +03:00
commit 3d4f3d4081
13 changed files with 342 additions and 0 deletions

3
lua/crentist/remap.lua Normal file
View File

@@ -0,0 +1,3 @@
vim.g.mapleader = " "
vim.keymap.set("n", "<leader>pv", vim.cmd.Ex)