just lua things
This commit is contained in:
parent
e51323962b
commit
4642295a97
3 changed files with 7 additions and 1 deletions
|
@ -8,5 +8,7 @@ vim.opt.listchars = {
|
|||
vim.opt.foldenable = false
|
||||
vim.opt.timeoutlen = 200
|
||||
|
||||
vim.g.autoformat = false
|
||||
|
||||
-- https://github.com/ziglang/zig.vim/issues/51#issuecomment-1637180522
|
||||
vim.g.zig_fmt_autosave = 0
|
||||
-- vim.g.zig_fmt_autosave = 0
|
||||
|
|
|
@ -26,6 +26,7 @@ return {
|
|||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
-- autoformat = false,
|
||||
servers = {
|
||||
ruff_lsp = {
|
||||
keys = {
|
||||
|
|
|
@ -33,3 +33,6 @@ Shorefall
|
|||
Foundryside
|
||||
DNFs
|
||||
barebones
|
||||
and
|
||||
unix
|
||||
zsh
|
||||
|
|
Loading…
Reference in a new issue