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,
},
servers = {
jsonls = {},
sumneko_lua = {
settings = {
Lua = {
@ -107,7 +106,6 @@ return {
debug = false,
sources = {
nls.builtins.formatting.stylua,
nls.builtins.diagnostics.flake8,
nls.builtins.formatting.prettier.with({
filetypes = {
"javascript",

View File

@ -17,9 +17,12 @@ return {
"vim",
"help",
"javascript",
"regex",
"markdown_inline",
"typescript",
"html",
"jsonc",
"go",
},
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.
set -g default-terminal "xterm-256color"
set-option -g default-terminal "tmux-256color"
set -ga terminal-overrides ",*256col*:Tc"
# Remove time delay when switching between vim modes