cleanup cruft
This commit is contained in:
parent
c5138201d1
commit
d95b19c6c0
3 changed files with 1 additions and 6 deletions
|
@ -1,3 +0,0 @@
|
|||
vim.opt_local.shiftwidth = 2
|
||||
vim.opt_local.tabstop = 2
|
||||
vim.opt_local.expandtab = true
|
|
@ -1,7 +1,7 @@
|
|||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = " "
|
||||
|
||||
local lazypath = vim.fn.stdpath "data" .. "/lazy/lazy.nvim"
|
||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
||||
if not (vim.uv or vim.loop).fs_stat(lazypath) then
|
||||
vim.fn.system({
|
||||
"git",
|
||||
|
|
|
@ -20,12 +20,10 @@ return {
|
|||
local lspc = require("lspconfig")
|
||||
local servers = {
|
||||
"clangd",
|
||||
"elmls",
|
||||
"gopls",
|
||||
"hls",
|
||||
"nixd",
|
||||
"pylsp",
|
||||
"roc_ls",
|
||||
"rust_analyzer",
|
||||
"zls",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue