improve terminal keymap and lsp config
parent
ee1be1a29a
commit
b2fd5f73e2
@ -1,3 +0,0 @@
|
||||
-- Then load your custom setup scripts
|
||||
require 'custom.setups.lsp'
|
||||
require 'custom.setups.term'
|
@ -1,12 +0,0 @@
|
||||
require('lspconfig').pyright.setup {
|
||||
settings = {
|
||||
python = {
|
||||
analysis = {
|
||||
typeCheckingMode = 'off', -- disables type checking
|
||||
diagnosticMode = 'openFilesOnly', -- optional: only analyze open files
|
||||
autoSearchPaths = true,
|
||||
useLibraryCodeForTypes = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
require('toggleterm').setup {
|
||||
direction = 'float',
|
||||
float_opts = {
|
||||
border = 'curved',
|
||||
width = 100,
|
||||
height = 30,
|
||||
winblend = 0, -- optional: transparency
|
||||
-- Omit row/col so it's automatically centered
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue