minor changes to nvim
This commit is contained in:
parent
58f5c5141d
commit
0b54645b2e
@ -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",
|
||||
|
||||
@ -17,9 +17,12 @@ return {
|
||||
"vim",
|
||||
"help",
|
||||
"javascript",
|
||||
"regex",
|
||||
"markdown_inline",
|
||||
"typescript",
|
||||
"html",
|
||||
"jsonc",
|
||||
"go",
|
||||
},
|
||||
auto_install = true,
|
||||
},
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user