mirror of
https://github.com/Ascyii/nvim.git
synced 2026-01-01 04:04:24 -05:00
Better lsp support that checks wheter a needed binary is installed before installing the lsp with mason to avoid errors
This commit is contained in:
7
lua/conf.lua
Normal file
7
lua/conf.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
local config = {}
|
||||
|
||||
config.season = "S3"
|
||||
config.projects = vim.fn.expand("~/projects")
|
||||
config.uni_dir = vim.fn.expand("~/projects/university/" .. config.season)
|
||||
|
||||
return config
|
||||
Reference in New Issue
Block a user