Add LSP stuff

This commit is contained in:
William McVicar
2024-01-08 00:07:57 +01:00
parent 37bd8c801e
commit 0643da425f
5 changed files with 94 additions and 24 deletions

View File

@@ -1,7 +1,9 @@
vim.cmd("syntax on")
vim.cmd("set expandtab")
vim.cmd("set tabstop=4")
vim.cmd("set softtabstop=4")
vim.cmd("set shiftwidth=4")
vim.cmd("set nu")
vim.g.mapleader = " "