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.mapleader = " "
|
||||||
vim.g.maplocalleader = " "
|
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
|
if not (vim.uv or vim.loop).fs_stat(lazypath) then
|
||||||
vim.fn.system({
|
vim.fn.system({
|
||||||
"git",
|
"git",
|
||||||
|
|
|
@ -20,12 +20,10 @@ return {
|
||||||
local lspc = require("lspconfig")
|
local lspc = require("lspconfig")
|
||||||
local servers = {
|
local servers = {
|
||||||
"clangd",
|
"clangd",
|
||||||
"elmls",
|
|
||||||
"gopls",
|
"gopls",
|
||||||
"hls",
|
"hls",
|
||||||
"nixd",
|
"nixd",
|
||||||
"pylsp",
|
"pylsp",
|
||||||
"roc_ls",
|
|
||||||
"rust_analyzer",
|
"rust_analyzer",
|
||||||
"zls",
|
"zls",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue