minor changes to nvim

This commit is contained in:
Solomon Laing 2023-04-03 21:18:54 +09:30
parent 58f5c5141d
commit 0b54645b2e
3 changed files with 4 additions and 3 deletions

View File

@ -20,7 +20,6 @@ return {
severity_sort = true, severity_sort = true,
}, },
servers = { servers = {
jsonls = {},
sumneko_lua = { sumneko_lua = {
settings = { settings = {
Lua = { Lua = {
@ -107,7 +106,6 @@ return {
debug = false, debug = false,
sources = { sources = {
nls.builtins.formatting.stylua, nls.builtins.formatting.stylua,
nls.builtins.diagnostics.flake8,
nls.builtins.formatting.prettier.with({ nls.builtins.formatting.prettier.with({
filetypes = { filetypes = {
"javascript", "javascript",

View File

@ -17,9 +17,12 @@ return {
"vim", "vim",
"help", "help",
"javascript", "javascript",
"regex",
"markdown_inline",
"typescript", "typescript",
"html", "html",
"jsonc", "jsonc",
"go",
}, },
auto_install = true, auto_install = true,
}, },

View File

@ -11,7 +11,7 @@ set-environment -g PATH "/usr/local/bin:/bin:/usr/bin"
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Enable color support inside of tmux. # Enable color support inside of tmux.
set -g default-terminal "xterm-256color" set-option -g default-terminal "tmux-256color"
set -ga terminal-overrides ",*256col*:Tc" set -ga terminal-overrides ",*256col*:Tc"
# Remove time delay when switching between vim modes # Remove time delay when switching between vim modes