neotree fix
This commit is contained in:
@ -6,34 +6,22 @@ windows:
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
- main:
|
||||
- hgd gmscore
|
||||
- vim
|
||||
- other:
|
||||
- hgd gmscore
|
||||
|
||||
- experiments:
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
- main:
|
||||
- hgd experiments
|
||||
- vim
|
||||
- other:
|
||||
- hgd experiments
|
||||
|
||||
- critique:
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
- main:
|
||||
- hgd google-comments
|
||||
- vim
|
||||
- other:
|
||||
- hgd google-comments
|
||||
|
||||
- dotfiles:
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
- main:
|
||||
- cd ~/dotfiles
|
||||
- vim
|
||||
- other:
|
||||
- cd ~/dotfiles
|
||||
|
@ -61,7 +61,7 @@ return {
|
||||
{ "g0", "<cmd>lua vim.lsp.buf.document_symbol()<CR>" },
|
||||
{ "gr", "<Cmd>Telescope lsp_references<CR>" },
|
||||
{ "gW", "<cmd>lua vim.lsp.buf.workspace_symbol()<CR>" },
|
||||
{ "gd", "<cmd>lua vim.lsp.buf.definition()<CR>" },
|
||||
{ "gd", "<cmd>Telescope lsp_definitions<CR>" },
|
||||
{ "gD", "<cmd>tab split | lua vim.lsp.buf.definition()<CR>" },
|
||||
{ "gi", "<cmd>lua vim.lsp.buf.implementation()<CR>" },
|
||||
{ "gI", "<cmd>lua vim.lsp.buf.implementation()<CR>" },
|
||||
|
@ -10,6 +10,9 @@ return {
|
||||
-- },
|
||||
config = function()
|
||||
require("neo-tree").setup({
|
||||
filesystem = {
|
||||
bind_to_cwd = true,
|
||||
},
|
||||
sources = {
|
||||
"filesystem",
|
||||
"buffers",
|
||||
|
Reference in New Issue
Block a user